Jacek Caban (@jacek) commented about dlls/mshtml/omnavigator.c:
struct dom_parser { DispatchEx dispex; IDOMParser IDOMParser_iface;
- HTMLDocumentNode *doc;
You could use `get_script_global(&This->dispex)` to avoid storing document here. This works only for IE9+ modes, but that's fine here.