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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 28 11:31:26 PST 2013


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





--- Comment #1 from Alexandre Elias <aelias at chromium.org>  2013-02-28 11:33:50 PST ---
Looks like the problem is the FrameView has not yet been attached to the Frame.  Does it fix the problem if in Frame::createView, you move the three fixedLayout...() calls after setView(frameView)?  That would be my proposed fix.

By the way, what port is this?

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