Branch: refs/heads/main Home: https://github.com/WebKit/WebKit Commit: c3689e15b7b1cac386d26bbd260a1f8e265df3ae https://github.com/WebKit/WebKit/commit/c3689e15b7b1cac386d26bbd260a1f8e265df3ae Author: Ross Kirsling <ross.kirsl...@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@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 _______________________________________________ webkit-changes mailing list webkit-changes@lists.webkit.org https://lists.webkit.org/mailman/listinfo/webkit-changes