Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontVariantLigatures.cpp |
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontVariantLigatures.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontVariantLigatures.cpp |
index e6a10f6e61df076f228577d5198e45aae91ffc82..6c9b91d4de36e9ac222a807b6cc4d8aaa4f8df09 100644 |
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontVariantLigatures.cpp |
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontVariantLigatures.cpp |
@@ -11,7 +11,7 @@ |
const CSSValue* CSSPropertyAPIFontVariantLigatures::parseSingleValue( |
CSSParserTokenRange& range, |
- const CSSParserContext& context) { |
+ const CSSParserContext* context) { |
if (range.peek().id() == CSSValueNormal || range.peek().id() == CSSValueNone) |
return CSSPropertyParserHelpers::consumeIdent(range); |