Jacek Caban (@jacek) commented about dlls/mshtml/htmlwindow.c:
return ref;
}
+static ULONG WINAPI HTMLWindow2_Release(IHTMLWindow2 *iface) +{
- HTMLWindow *This = impl_from_IHTMLWindow2(iface);
With split vtbls, this could be `HTMLInnerWindow`. It's similar in other functions.