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