| Index: third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| diff --git a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| index a3e6b89cb990f45d57b068b69f12bf60a6e42d1e..a386f053c7bca4c42467a3610a7fd5c45bfb95aa 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| @@ -3579,8 +3579,7 @@ const CSSValue* ComputedStyleCSSValueMapping::get(
|
| }
|
| case CSSPropertyRotate: {
|
| if (!style.rotate())
|
| - return CSSPrimitiveValue::create(0,
|
| - CSSPrimitiveValue::UnitType::Degrees);
|
| + return CSSIdentifierValue::create(CSSValueNone);
|
|
|
| CSSValueList* list = CSSValueList::createSpaceSeparated();
|
| if (style.rotate()->x() != 0 || style.rotate()->y() != 0 ||
|
|
|