[Webkit-unassigned] [Bug 23279] [GTK] fix crash after WebView dispose

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 13 03:35:45 PST 2009


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





------- Comment #2 from zecke at selfish.org  2009-01-13 03:35 PDT -------
Looks good. I have this as well:

@@ -883,6 +887,9 @@ static gboolean
webkit_navigation_request_handled(GSignalInvocationHint* ihint,
 static AtkObject* webkit_web_view_get_accessible(GtkWidget* widget)
 {
     WebKitWebView* webView = WEBKIT_WEB_VIEW(widget);
+    if (!core(webView))
+        return NULL;
+


-- 
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