| 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 284158d3d8244314361cc653967efe6515207ebf..cb1583c71b9e67664d6b29e509b7c0cec1401c42 100644
|
| --- a/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRotate.cpp
|
| +++ b/third_party/WebKit/Source/core/css/properties/CSSPropertyAPIRotate.cpp
|
| @@ -34,7 +34,8 @@ const CSSValue* CSSPropertyAPIRotate::parseSingleValue(
|
| list->Append(*dimension);
|
| }
|
|
|
| - CSSValue* rotation = CSSPropertyParserHelpers::ConsumeAngle(range);
|
| + CSSValue* rotation = CSSPropertyParserHelpers::ConsumeAngle(
|
| + range, context, WTF::Optional<UseCounter::Feature>());
|
| if (!rotation)
|
| return nullptr;
|
| list->Append(*rotation);
|
|
|