[Webkit-unassigned] [Bug 118052] [WK2][GTK] SIGSEV in webkitWebViewBaseSizeAllocate

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jun 28 07:31:17 PDT 2013


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





--- Comment #5 from Alberto Garcia <agarcia at igalia.com>  2013-06-28 07:33:14 PST ---
(In reply to comment #4)
> > I guess we can get back to the old code here?
> >
> >     if (!priv->pageProxy->drawingArea())
> >         return;
>
> Seems reasonable?

I'm actually trying to figure out why that condition could be false,
the drawing area is created with the web view.

> > What's the purpose of the check that we have now?
>
> Which check?

The size().isEmpty() bit in

(sizeChanged && !gtk_widget_get_mapped(widget) && !webViewBase->priv->pageProxy->drawingArea()->size().isEmpty())

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