11 Aug
2023
11 Aug
'23
12:45 p.m.
Jacek Caban (@jacek) commented about dlls/mshtml/htmlwindow.c:
HTMLWindow_init_dispex_info };
+static nsresult NSAPI outer_window_traverse(void *ccp, void *p, nsCycleCollectionTraversalCallback *cb) +{ + HTMLOuterWindow *window = impl_from_IHTMLWindow2(p)->outer_window; + + describe_cc_node(&window->ccref, "OuterWindow", cb); + + if(window->base.console) + note_cc_edge((nsISupports*)window->base.console, "console", cb);
Console should probably be moved to inner window instead. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/3542#note_42015