Gabriel Ivăncescu (@insn) commented about dlls/mshtml/htmlwindow.c:
{DISPID_UNKNOWN} };
- // Hide MutationObserver from IE10 and older
You should make this comment less explicit to MutationObserver; just say something like `Hide props not available in IE10`. Also please use C-style comments so it fits the rest of the code: ```c /* Hide props not available in IE10 */ ```