| 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 b163f5bc43849afa45418272718f884bb09b4a59..081aaa7a1f40befe2d92e805099ed1200b1aaf49 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRotate.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRotate.cpp
|
| @@ -12,7 +12,7 @@ namespace blink {
|
|
|
| const CSSValue* CSSPropertyAPIRotate::parseSingleValue(
|
| CSSParserTokenRange& range,
|
| - const CSSParserContext& context) {
|
| + const CSSParserContext* context) {
|
| DCHECK(RuntimeEnabledFeatures::cssIndependentTransformPropertiesEnabled());
|
| CSSValueList* list = CSSValueList::createSpaceSeparated();
|
|
|
|
|