Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIBaselineShift.cpp |
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIBaselineShift.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIBaselineShift.cpp |
index 892f70730155a9d27abe4a833f01d01163b7ca91..70ee0a5190ea4d7009305acb6c9022695fb18462 100644 |
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIBaselineShift.cpp |
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIBaselineShift.cpp |
@@ -11,7 +11,7 @@ |
const CSSValue* CSSPropertyAPIBaselineShift::parseSingleValue( |
CSSParserTokenRange& range, |
- const CSSParserContext& context) { |
+ const CSSParserContext* context) { |
CSSValueID id = range.peek().id(); |
if (id == CSSValueBaseline || id == CSSValueSub || id == CSSValueSuper) |
return CSSPropertyParserHelpers::consumeIdent(range); |