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