Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: baaae40b9bf25c5b292c1c0bda83a74977c34715
https://github.com/WebKit/WebKit/commit/baaae40b9bf25c5b292c1c0bda83a74977c34715
Author: Ross Kirsling <[email protected]>
Date: 2024-08-21 (Wed, 21 Aug 2024)
Changed paths:
M Source/WebCore/css/calc/CSSCalcTree+NumericIdentity.h
M Source/WebCore/css/calc/CSSCalcTree+Simplification.cpp
M Source/WebCore/css/calc/CSSCalcType.h
Log Message:
-----------
Fix PlayStation build following 282580@main
https://bugs.webkit.org/show_bug.cgi?id=278506
Unreviewed build fix.
std::to_underlying is a C++23 feature; unless we plan to implement this in WTF,
we can just use static_cast<uint8_t>.
* Source/WebCore/css/calc/CSSCalcTree+NumericIdentity.h:
* Source/WebCore/css/calc/CSSCalcTree+Simplification.cpp:
(WebCore::CSSCalc::simplifyForMinMax):
(WebCore::CSSCalc::simplify):
* Source/WebCore/css/calc/CSSCalcType.h:
Canonical link: https://commits.webkit.org/282601@main
To unsubscribe from these emails, change your notification settings at
https://github.com/WebKit/WebKit/settings/notifications
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes