Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: a4e6363db4707922c4b17923b65516c67abd123b
https://github.com/WebKit/WebKit/commit/a4e6363db4707922c4b17923b65516c67abd123b
Author: Ahmad Saleem <[email protected]>
Date: 2026-07-04 (Sat, 04 Jul 2026)
Changed paths:
M Source/WebCore/rendering/style/RenderStyleConstants.cpp
Log Message:
-----------
Fix incorrect debug-output strings in RenderStyleConstants.cpp operator<<
overloads
https://bugs.webkit.org/show_bug.cgi?id=318608
rdar://181402749
Reviewed by Abrar Rahman Protyasha.
Several TextStream operator<< overloads emitted wrong strings due to
copy-paste errors, producing misleading logging output. These are debug-only
strings, so there is no behavior change.
* Source/WebCore/rendering/style/RenderStyleConstants.cpp:
(WebCore::operator<<):
Canonical link: https://commits.webkit.org/316518@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications