Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIColumnCount.cpp |
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIColumnCount.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIColumnCount.cpp |
index 470de9927d3f4e30f9ef627dbbe73edbcb6917a2..ec7aba6e9c8fe4a0fd7b283b7e5354832bbe19ed 100644 |
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIColumnCount.cpp |
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIColumnCount.cpp |
@@ -10,7 +10,8 @@ namespace blink { |
const CSSValue* CSSPropertyAPIColumnCount::parseSingleValue( |
CSSParserTokenRange& range, |
- const CSSParserContext& context) { |
+ const CSSParserContext& context, |
+ CSSPropertyID) { |
return CSSPropertyColumnUtils::ConsumeColumnCount(range); |
} |