Index: third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl |
diff --git a/third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl b/third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl |
index f008171940d3c65e23934254f7478557106f7e5a..fcc96873039b6298e492b7600eb3a8c6e1e152ac 100644 |
--- a/third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl |
+++ b/third_party/WebKit/Source/build/scripts/templates/CSSPropertyAPIFiles.h.tmpl |
@@ -16,7 +16,7 @@ class CSSParserContext; |
class {{api_classname}} : public CSSPropertyAPI { |
public: |
static const CSSValue* parseSingleValue(CSSParserTokenRange&, |
- const CSSParserContext&); |
+ const CSSParserContext*); |
}; |
} // namespace blink |