Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontVariantCaps.cpp |
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontVariantCaps.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontVariantCaps.cpp |
index e8dee21dc013dde419e4c3bd96b2d3f32604711b..de5e2b805b8ae98269d659fbf7209d310362fbf5 100644 |
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontVariantCaps.cpp |
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIFontVariantCaps.cpp |
@@ -11,7 +11,7 @@ |
const CSSValue* CSSPropertyAPIFontVariantCaps::parseSingleValue( |
CSSParserTokenRange& range, |
- const CSSParserContext& context) { |
+ const CSSParserContext* context) { |
return CSSPropertyParserHelpers::consumeIdent< |
CSSValueNormal, CSSValueSmallCaps, CSSValueAllSmallCaps, |
CSSValuePetiteCaps, CSSValueAllPetiteCaps, CSSValueUnicase, |