Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIShapeImageThreshold.cpp |
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIShapeImageThreshold.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIShapeImageThreshold.cpp |
index 70508c72c132fdcb43b643dd975bfc944d2b30d9..0adb2c5158de0c90e719ba6e036a8c58fa7e2bff 100644 |
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIShapeImageThreshold.cpp |
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIShapeImageThreshold.cpp |
@@ -10,7 +10,7 @@ |
const CSSValue* CSSPropertyAPIShapeImageThreshold::parseSingleValue( |
CSSParserTokenRange& range, |
- const CSSParserContext& context) { |
+ const CSSParserContext* context) { |
return CSSPropertyParserHelpers::consumeNumber(range, ValueRangeAll); |
} |