| Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontVariationSettings.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontVariationSettings.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontVariationSettings.cpp
|
| index 9097438880bac2e33c5515480d74f617a80dde1d..f4ed8e9630495ca02b6ed34561f81c91006454b3 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontVariationSettings.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontVariationSettings.cpp
|
| @@ -43,7 +43,7 @@ CSSFontVariationValue* consumeFontVariationTag(CSSParserTokenRange& range) {
|
|
|
| const CSSValue* CSSPropertyAPIFontVariationSettings::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext& context) {
|
| + const CSSParserContext* context) {
|
| DCHECK(RuntimeEnabledFeatures::cssVariableFontsEnabled());
|
| if (range.peek().id() == CSSValueNormal)
|
| return CSSPropertyParserHelpers::consumeIdent(range);
|
|
|