24 Jul
2023
24 Jul
'23
1:43 p.m.
Gabriel Ivăncescu (@insn) commented about dlls/mshtml/mshtml_private.h:
XIID(IWinePageTransitionEvent) \ XIID(IWineXMLHttpRequestPrivate) \ XIID(IWineMSHTMLConsole) \ - XIID(IWineMSHTMLMediaQueryList) + XIID(IWineMSHTMLMediaQueryList) \ + XIID(IWineMSHTMLMutationObserver)
I don't think this is needed here? Since you only add the constructor? This (empty) interface is for the _instance_ created from the constructor. So you don't need `IWineMSHTMLMutationObserver`. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3391#note_39939