[Webkit-unassigned] [Bug 89733] New: Drop inappropriate ASSERT(!needsLayout()) in FrameView.cpp

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jun 21 21:01:44 PDT 2012


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

           Summary: Drop inappropriate ASSERT(!needsLayout()) in
                    FrameView.cpp
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: fischman at chromium.org
                CC: eric at webkit.org, andersca at apple.com,
                    jchaffraix at webkit.org


For years(!) the ASSERT(!needsLayout()) in http://trac.webkit.org/browser/trunk/Source/WebCore/page/FrameView.cpp#L3046 has been triggering in debug builds of chromium & DumpRenderTree, apparently spuriously.  
The assert is immediately followed by an early return (for NDEBUG builds).
Does it really need to be there?  I don't know.  And I'm not sure who to ask about this, either.  I'm hoping one of the people I (semi-randomly) cc on this bug will at least know the latter, if not the former.

For backtraces and various ways this assert has been triggered, see http://code.google.com/p/chromium/issues/detail?id=128776

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