[Webkit-unassigned] [Bug 32381] Assertion reached in FrameView::paintContents()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 6 08:32:53 PDT 2010


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





--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com>  2010-10-06 08:32:53 PST ---
There is a "viewWillDraw" mechanism on Mac, and similar on other platforms, that is supposed to ensure that style updates and layout are completed before painting occurs.

This assertion fires when this assumption is violated. It indicates that someone marked a node as needing style update or layout after the layout completed.

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