[webkit-changes] [WebKit/WebKit] 459f81: Make debug mode in SVGTextLayoutEngine functional ...
Nikolas Zimmermann
noreply at github.com
Sat May 27 00:20:39 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 459f81b38481aff16323a2fa88756fe2cbd28abe
https://github.com/WebKit/WebKit/commit/459f81b38481aff16323a2fa88756fe2cbd28abe
Author: Nikolas Zimmermann <nzimmermann at igalia.com>
Date: 2023-05-27 (Sat, 27 May 2023)
Changed paths:
M Source/WebCore/rendering/svg/SVGTextLayoutEngine.cpp
Log Message:
-----------
Make debug mode in SVGTextLayoutEngine functional again
https://bugs.webkit.org/show_bug.cgi?id=257155
Reviewed by Rob Buis.
Make debug mode 'DUMP_TEXT_FRAGMENTS' > 0, work again.
It wasn't adapted to the changes in the surrounding code since
a few years, since the code isn't compiled, usually.
Rename to DUMP_SVG_TEXT_LAYOUT_FRAGMENTS for clarity.
No change in functionality, thus no new tests.
* Source/WebCore/rendering/svg/SVGTextLayoutEngine.cpp:
(WebCore::dumpTextBoxes): Fix build issues.
Canonical link: https://commits.webkit.org/264625@main
More information about the webkit-changes
mailing list