| 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 7132869b08d5ba72661b308dc6e712773ac75105..8ecc2a2d9458677ac5f0ac79f68de9a0f070adfd 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| @@ -3309,7 +3309,7 @@ const CSSValue* ComputedStyleCSSValueMapping::Get(
|
| case CSSPropertyTextCombineUpright:
|
| return CSSIdentifierValue::Create(style.GetTextCombine());
|
| case CSSPropertyWebkitTextOrientation:
|
| - if (style.GetTextOrientation() == kTextOrientationMixed)
|
| + if (style.GetTextOrientation() == TextOrientation::kMixed)
|
| return CSSIdentifierValue::Create(CSSValueVerticalRight);
|
| case CSSPropertyTextOrientation:
|
| return CSSIdentifierValue::Create(style.GetTextOrientation());
|
|
|