[Webkit-unassigned] [Bug 94699] [GTK] Crash when finalizing WebKitWebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 22 08:30:07 PDT 2012


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





--- Comment #10 from Carlos Garcia Campos <cgarcia at igalia.com>  2012-08-22 08:30:05 PST ---
(In reply to comment #9)
> (From update of attachment 159940 [details])
> View in context: https://bugs.webkit.org/attachment.cgi?id=159940&action=review
> 
> > Source/WebKit/gtk/WebCoreSupport/AcceleratedCompositingContextGL.cpp:-244
> > -    if (graphicsLayer && !enabled())
> > -        m_redirectedWindow->resize(getWebViewSize(m_webView));
> > -
> 
> I believe this is still required because we need to kick the old window to the proper size.

This already happens, when graphicsLayer != NULL, which is always teh case here because there's an early return when it's NULL, initalize() is called. If already enabled initialize returns early, but if not enabled, if the window already exists it's resized.

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



More information about the webkit-unassigned mailing list