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 059ec0f06d0f3072d358f127ade83152bd392223..b3cb4ef2d3c66c67dfc0ab0e2b041b47dc8d39a7 100644 |
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontVariantNumeric.cpp |
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontVariantNumeric.cpp |
@@ -11,7 +11,8 @@ namespace blink { |
const CSSValue* CSSPropertyAPIFontVariantNumeric::parseSingleValue( |
CSSParserTokenRange& range, |
- const CSSParserContext& context) { |
+ const CSSParserContext& context, |
+ CSSPropertyID) { |
if (range.Peek().Id() == CSSValueNormal) |
return CSSPropertyParserHelpers::ConsumeIdent(range); |