[Webkit-unassigned] [Bug 44863] New: Renderer ASSERT failure in Chrome when using click-to-play

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 30 03:20:56 PDT 2010


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

           Summary: Renderer ASSERT failure in Chrome when using
                    click-to-play
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P1
         Component: Plug-ins
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bauerb at chromium.org
                CC: hyatt at apple.com, fishd at chromium.org


Steps to reproduce:
1. Start Chrome with --enable-click-to-play
2. Navigate to a site with blocked plugins
3. Aw, Snap!

The assertion failure is an ASSERT(!root->needsLayout()) in FrameView.cpp (root being the WebCore::RenderView), caused by a style change setting root->m_normalChildNeedsLayout to true after root->layout() was called. It looks like it was introduced in http://trac.webkit.org/changeset/66115.

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