Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIImage.cpp |
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIImage.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIImage.cpp |
index 9629285ac8b6816d9427f2df72a4ef0be9473cee..b4429765f06a1eedfb182878e6d0891691306ae3 100644 |
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIImage.cpp |
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIImage.cpp |
@@ -10,7 +10,8 @@ namespace blink { |
const CSSValue* CSSPropertyAPIImage::parseSingleValue( |
CSSParserTokenRange& range, |
- const CSSParserContext& context) { |
+ const CSSParserContext& context, |
+ CSSPropertyID) { |
return CSSPropertyParserHelpers::ConsumeImageOrNone(range, &context); |
} |