Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIPage.cpp |
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIPage.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIPage.cpp |
index ada74f54be91f027b6e43b763956c0bebe13a877..ebe5612ee4e55900fae7ba72fa80c083804ad9be 100644 |
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIPage.cpp |
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIPage.cpp |
@@ -10,7 +10,7 @@ namespace blink { |
const CSSValue* CSSPropertyAPIPage::parseSingleValue( |
CSSParserTokenRange& range, |
- const CSSParserContext& context) { |
+ const CSSParserContext* context) { |
if (range.peek().id() == CSSValueAuto) |
return CSSPropertyParserHelpers::consumeIdent(range); |
return CSSPropertyParserHelpers::consumeCustomIdent(range); |