Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 9f0faf486d9492ba4ce965a187a5c1485d391cff
https://github.com/WebKit/WebKit/commit/9f0faf486d9492ba4ce965a187a5c1485d391cff
Author: Ahmad Saleem <[email protected]>
Date: 2026-06-22 (Mon, 22 Jun 2026)
Changed paths:
M Source/WebCore/rendering/svg/legacy/LegacyRenderSVGModelObject.cpp
Log Message:
-----------
[LegacySVG] legacyIsGraphicsElement() can dereference a null element()
https://bugs.webkit.org/show_bug.cgi?id=317516
rdar://180168311
Reviewed by Taher Ali.
Use is<SVGUseElement>(renderer.element()), which is null-safe and also reads
better and match rest of our code.
* Source/WebCore/rendering/svg/legacy/LegacyRenderSVGModelObject.cpp:
(WebCore::legacyIsGraphicsElement):
Canonical link: https://commits.webkit.org/315628@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications