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.