Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontSizeAdjust.cpp |
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontSizeAdjust.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontSizeAdjust.cpp |
index 4851691bd7bc5007b2cf34cd46d2fe6ea186b0ed..2d0c8536e797b0e1b6c7a33962dbf1a2354eabad 100644 |
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontSizeAdjust.cpp |
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontSizeAdjust.cpp |
@@ -11,7 +11,7 @@ namespace blink { |
const CSSValue* CSSPropertyAPIFontSizeAdjust::parseSingleValue( |
CSSParserTokenRange& range, |
- const CSSParserContext& context) { |
+ const CSSParserContext* context) { |
DCHECK(RuntimeEnabledFeatures::cssFontSizeAdjustEnabled()); |
if (range.peek().id() == CSSValueNone) |
return CSSPropertyParserHelpers::consumeIdent(range); |