Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: fc941d02fc6d9a906ac2c495c933d409bfb15a27
https://github.com/WebKit/WebKit/commit/fc941d02fc6d9a906ac2c495c933d409bfb15a27
Author: Taher Ali <[email protected]>
Date: 2026-06-17 (Wed, 17 Jun 2026)
Changed paths:
M Source/WebCore/rendering/svg/SVGTextLayoutAttributesBuilder.cpp
M Source/WebCore/rendering/svg/SVGTextLayoutAttributesBuilder.h
Log Message:
-----------
Use default member initializer for SVGTextLayoutAttributesBuilder
https://bugs.webkit.org/show_bug.cgi?id=317347
rdar://179967616
Reviewed by Vitor Roriz.
Initialize m_textLength in-class and default the constructor instead of
zero-initializing it in an out-of-line constructor body.
* Source/WebCore/rendering/svg/SVGTextLayoutAttributesBuilder.cpp:
(WebCore::SVGTextLayoutAttributesBuilder::SVGTextLayoutAttributesBuilder):
Deleted.
* Source/WebCore/rendering/svg/SVGTextLayoutAttributesBuilder.h:
Canonical link: https://commits.webkit.org/315419@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications