Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIBaselineShift.cpp |
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIBaselineShift.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIBaselineShift.cpp |
index 1ced3ed99aa0293e16cc776ad15bd552328f6a75..ef6d8c56401b92240e34f9ad36bd9fead82af07c 100644 |
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIBaselineShift.cpp |
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIBaselineShift.cpp |
@@ -11,7 +11,8 @@ namespace blink { |
const CSSValue* CSSPropertyAPIBaselineShift::parseSingleValue( |
CSSParserTokenRange& range, |
- const CSSParserContext& context) { |
+ const CSSParserContext& context, |
+ CSSPropertyID) { |
CSSValueID id = range.Peek().Id(); |
if (id == CSSValueBaseline || id == CSSValueSub || id == CSSValueSuper) |
return CSSPropertyParserHelpers::ConsumeIdent(range); |