Gabriel Ivăncescu (@insn) commented about dlls/mshtml/htmlwindow.c:
{DISPID_UNKNOWN} };
- /* Hide props not available in IE10 */
- static const dispex_hook_t private_ie10_hooks[] = {
{DISPID_IWINEHTMLWINDOWPRIVATE_MUTATIONOBS}, /* MutationObserver */
This comment is unnecessary, the DISPID should say it by itself (and it's one grep away otherwise). If you think it's confusing because of the abbreviation, feel free to change it to MUTATIONOBSERVER if you want, I just thought it would be too long.