[Webkit-unassigned] [Bug 22307] Failed assertion on GtkLauncher close

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Nov 23 11:37:51 PST 2008


https://bugs.webkit.org/show_bug.cgi?id=22307





------- Comment #1 from anatoly.borodin at gmail.com  2008-11-23 11:37 PDT -------
With a help of git-bisect I've found that the problem appears in the commit
57022614462c74b67cb573ba78f0065e4ea3773e:

--- a/WebCore/page/Frame.cpp
+++ b/WebCore/page/Frame.cpp
@@ -1618,6 +1618,8 @@ void Frame::pageDestroyed()
     if (page() && page()->focusController()->focusedFrame() == this)
         page()->focusController()->setFocusedFrame(0);

+    script()->clearWindowShell();
+
     // This will stop any JS timers
     if (script()->haveWindowShell())
         script()->windowShell()->disconnectFrame();


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list