[Webkit-unassigned] [Bug 31876] New: Linear gradient as table row background causes assert

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 25 08:10:15 PST 2009


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

           Summary: Linear gradient as table row background causes assert
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Macintosh Intel
        OS/Version: Mac OS X 10.5
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: senorblanco at chromium.org
                CC: simon.fraser at apple.com


See attached file repro.html.  Causes assert at:

ASSERTION FAILED: m_clients.contains(renderer)
(/Users/senorblanco/webkit/WebCore/css/CSSGradientValue.cpp:109 virtual
WebCore::Image* WebCore::CSSGradientValue::image(WebCore::RenderObject*, const
WebCore::IntSize&))

Seems that CSSImageGeneratorValue::addClient() is not being called prior to
calling image().

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