[Webkit-unassigned] [Bug 97749] REGRESSION(r122215) - RenderObject::willRenderImage crashes on null document()->view()
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Sep 26 19:57:22 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=97749
--- Comment #1 from James Robinson <jamesr at chromium.org> 2012-09-26 19:57:49 PST ---
RenderObject::view() is a RenderView* and is null checked. document()->view() is the FrameView and RenderView::viewRect() does a null-check before dereferencing it. Where do you see an unguarded document()->view() dereference?
--
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