Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 8a16202bfd34ad6d89667f894121c3c3327c2b94
https://github.com/WebKit/WebKit/commit/8a16202bfd34ad6d89667f894121c3c3327c2b94
Author: Rob Buis <[email protected]>
Date: 2026-02-20 (Fri, 20 Feb 2026)
Changed paths:
M Source/WebCore/rendering/svg/RenderSVGRoot.cpp
Log Message:
-----------
[LBSE] Fix assertions due to isPaintOffsetCacheEnabled in
RenderSVGRoot::mapLocalToContainer
https://bugs.webkit.org/show_bug.cgi?id=306425
Reviewed by Nikolas Zimmermann.
Normally mapLocalToContainer in SVG will be called with PaintOffsetCache
disabled since
RenderSVGRoot::layout uses LayoutStateDisabler, however it can be called after
layout from
LocalFrameViewLayoutContext::performLayout through the absoluteQuads call.
Since this can
only happen there, disregard the assertion when not in (SVG) layout.
* Source/WebCore/rendering/svg/RenderSVGRoot.cpp:
(WebCore::RenderSVGRoot::mapLocalToContainer const):
Canonical link: https://commits.webkit.org/307909@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications