[Webkit-unassigned] [Bug 43859] New: Node::renderer() should ASSERT(!view() || !view()->needsLayout())

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 11 09:51:48 PDT 2010


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

           Summary: Node::renderer() should ASSERT(!view() ||
                    !view()->needsLayout())
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: eric at webkit.org
                CC: hyatt at apple.com, bdakin at apple.com,
                    simon.fraser at apple.com, jamesr at chromium.org


Node::renderer() should ASSERT(!view() || !view()->needsLayout())

We should add a new method Node::staleRenderer() which does not ASSERT.  That will make it very clear in the callsites if we can expect the renderer to be up to date or not.  Obviously parts of the code which update renderers (or don't care if they might be stale) will change to use staleRenderer().

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