[Webkit-unassigned] [Bug 273803] New: REGRESSION(269603 at main): Assertion failed while repainting a RenderView of an SVGImage

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon May 6 17:17:06 PDT 2024


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

            Bug ID: 273803
           Summary: REGRESSION(269603 at main): Assertion failed while
                    repainting a RenderView of an SVGImage
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: bfulgham at webkit.org, simon.fraser at apple.com,
                    zalan at apple.com

While repainting a renderer, its container SVGImage may be deleted. Deleting the SVGImage will call Document::destroyRenderTree() and hence delete the renderer itself. So this renderer should not be a CheckedPtr in RenderLayer::recursiveUpdateLayerPositions().

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20240507/854469fe/attachment-0001.htm>


More information about the webkit-unassigned mailing list