Index: third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRotate.cpp |
diff --git a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRotate.cpp b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRotate.cpp |
index 03b87bdb7a89242a457a748e7c3cf0ad31183390..afa36c842113be36684f4a8864dbc36bee8ad06f 100644 |
--- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRotate.cpp |
+++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRotate.cpp |
@@ -13,7 +13,7 @@ |
const CSSValue* CSSPropertyAPIRotate::parseSingleValue( |
CSSParserTokenRange& range, |
- const CSSParserContext* context) { |
+ const CSSParserContext& context) { |
DCHECK(RuntimeEnabledFeatures::cssIndependentTransformPropertiesEnabled()); |
CSSValueID id = range.peek().id(); |