Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWillChange.cpp |
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWillChange.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWillChange.cpp |
index 7b5e04b49c510c9feef037c513d97626e932feea..4d59f3f91809fe2362c20e490d30f6cb7618823a 100644 |
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWillChange.cpp |
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIWillChange.cpp |
@@ -13,7 +13,8 @@ namespace blink { |
const CSSValue* CSSPropertyAPIWillChange::parseSingleValue( |
CSSParserTokenRange& range, |
- const CSSParserContext& context) { |
+ const CSSParserContext& context, |
+ CSSPropertyID) { |
if (range.Peek().Id() == CSSValueAuto) |
return CSSPropertyParserHelpers::ConsumeIdent(range); |