Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 33235b3cb4845ef85e2c9c5f1accb708000245e9
https://github.com/WebKit/WebKit/commit/33235b3cb4845ef85e2c9c5f1accb708000245e9
Author: Taher Ali <[email protected]>
Date: 2026-07-10 (Fri, 10 Jul 2026)
Changed paths:
M Source/WebCore/rendering/svg/SVGTextLayoutEngine.cpp
Log Message:
-----------
Remove dead downcast<SVGElement> in
SVGTextLayoutEngine::layoutTextOnLineOrPath
https://bugs.webkit.org/show_bug.cgi?id=318895
rdar://181729664
Reviewed by Nikolas Zimmermann.
layoutTextOnLineOrPath() computed a RefPtr<SVGElement> ("lengthContext")
from textParent->element() that was never read. Possibly a leftover from an
earlier refactor.
* Source/WebCore/rendering/svg/SVGTextLayoutEngine.cpp:
(WebCore::SVGTextLayoutEngine::layoutTextOnLineOrPath):
Canonical link: https://commits.webkit.org/316918@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications