24 Jul
2023
24 Jul
'23
6:13 p.m.
Gabriel Ivăncescu (@insn) commented about dlls/mshtml/mutation.c:
if(NS_FAILED(nsres)) ERR("Could not create nsIContentUtils instance: %08lx\n", nsres); } + +struct mutation_observer { + IWineMSHTMLMutationObserver IWineMSHTMLMutationObserver_iface; + + LONG ref; + DispatchEx dispex; + IDispatch *callback; + + HTMLDOMNode *node;
Please remove the node, you're not even making use of it, and it's not a DOM node in the first place. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3391#note_40001