[webkit-changes] [WebKit/WebKit] aef310: Fix !ENABLE(VARIATION_FONTS) build following 28252...
Ross Kirsling
noreply at github.com
Tue Aug 20 20:20:47 PDT 2024
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: aef310031cad4c2bd4372046b2ec45c2f37c792e
https://github.com/WebKit/WebKit/commit/aef310031cad4c2bd4372046b2ec45c2f37c792e
Author: Ross Kirsling <ross.kirsling at sony.com>
Date: 2024-08-20 (Tue, 20 Aug 2024)
Changed paths:
M Source/WebCore/css/parser/CSSPropertyParserConsumer+Font.cpp
M Source/WebCore/css/parser/CSSPropertyParserConsumer+Font.h
Log Message:
-----------
Fix !ENABLE(VARIATION_FONTS) build following 282527 at main
https://bugs.webkit.org/show_bug.cgi?id=278438
Unreviewed build fix.
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Font.cpp:
(WebCore::CSSPropertyParserHelpers::consumeFontStretch):
* Source/WebCore/css/parser/CSSPropertyParserConsumer+Font.h:
Change return type from CSSPrimitiveValue to CSSValue;
it's not clear why this would need to be more specific with VARIATION_FONTS disabled.
Canonical link: https://commits.webkit.org/282545@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