Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 360d3d3884ad15f529d9930f4d053d59f0d97ebf
https://github.com/WebKit/WebKit/commit/360d3d3884ad15f529d9930f4d053d59f0d97ebf
Author: Charlie Wolfe <[email protected]>
Date: 2026-06-10 (Wed, 10 Jun 2026)
Changed paths:
M Source/WebCore/platform/graphics/ColorSpace.cpp
Log Message:
-----------
ColorSpace::XYZ_D65 is logged as "XYZ-D50" in the TextStream operator
https://bugs.webkit.org/show_bug.cgi?id=316760
rdar://179208172
Reviewed by Sam Weinig.
The XYZ_D65 case streamed the XYZ_D50 literal (copy-paste from the preceding
case), making the two
color spaces indistinguishable in TextStream dumps. Stream "XYZ-D65".
* Source/WebCore/platform/graphics/ColorSpace.cpp:
(WebCore::operator<<):
Canonical link: https://commits.webkit.org/314929@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications