[Webkit-unassigned] [Bug 85058] New: [EFL][DRT] ewk_view_paint_contents may trigger assertion failure

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Apr 27 06:10:08 PDT 2012


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

           Summary: [EFL][DRT] ewk_view_paint_contents may trigger
                    assertion failure
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dominik.rottsches at linux.intel.com
                CC: demarchi at webkit.org, gyuyoung.kim at webkit.org


We're running into an assertion failure in
WebCore::FrameView::paintContents
ASSERTION FAILED: !needsLayout()

when running media/media-fragments/ tests.

ewk_view_paint resolves that by calling

    if (view->needsLayout())
        view->forceLayout();

So we should probably do that in ewk_view_paint_contents, too.

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