Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPI.h |
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPI.h b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPI.h |
index ccafed6f2102c8d7aed2ff42ed97661f70425437..3f73dadffba756012495c4237eef1785fa786950 100644 |
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPI.h |
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPI.h |
@@ -37,7 +37,7 @@ class CSSPropertyAPI { |
// Parses a single CSS property and returns the corresponding CSSValue. If the |
// input is invalid it returns nullptr. |
static const CSSValue* parseSingleValue(CSSParserTokenRange&, |
- const CSSParserContext&); |
+ const CSSParserContext*); |
}; |
} // namespace blink |