[Webkit-unassigned] [Bug 111074] REGRESSION(r141450): failed ASSERT in FrameView::scheduleRelayout()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 13 12:48:24 PDT 2013


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


Simon Fraser (smfr) <simon.fraser at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #192962|review?                     |review-
               Flag|                            |




--- Comment #17 from Simon Fraser (smfr) <simon.fraser at apple.com>  2013-03-13 12:50:49 PST ---
(From update of attachment 192962)
View in context: https://bugs.webkit.org/attachment.cgi?id=192962&action=review

> Source/WebCore/ChangeLog:11
> +        Update RenderView so it retrieves the FrameView from the Document instead
> +        of storing it as a member upon construction. This makes sure that the
> +        FrameView returned by the RenderView always matches the one of the
> +        Document.

But this implies that the RenderView can retrieve a different FrameView at different times, which is totally unexpected. I think this change is just papering over the cracks. We need to understand why the wrong FrameView is retrieved when the assertion happens.

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