[webkit-changes] [WebKit/WebKit] c3689e: Fix PlayStation build following 282670 at main
Ross Kirsling
noreply at github.com
Sun Aug 25 23:02:51 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: c3689e15b7b1cac386d26bbd260a1f8e265df3ae
https://github.com/WebKit/WebKit/commit/c3689e15b7b1cac386d26bbd260a1f8e265df3ae
Author: Ross Kirsling <ross.kirsling at sony.com>
Date: 2024-08-25 (Sun, 25 Aug 2024)
Changed paths:
M Source/WebCore/css/parser/CSSPropertyParserConsumer+UnevaluatedCalc.h
Log Message:
-----------
Fix PlayStation build following 282670 at main
https://bugs.webkit.org/show_bug.cgi?id=278641
Unreviewed build fix.
std::optional::transform is a C++23 feature and, at least in the context of this patch, is not pulling its own weight;
it suffices to write an explicit early-out for nullopt.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+UnevaluatedCalc.h:
(WebCore::evaluateCalc):
(WebCore::evaluateCalcNoConversionDataRequired):
(WebCore::simplify):
Canonical link: https://commits.webkit.org/282722@main
To unsubscribe from these emails, change your notification settings at https://github.com/WebKit/WebKit/settings/notifications
More information about the webkit-changes
mailing list