| 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 10ac4cd75cb773f30bd7e9e38c3a1b4f70fde389..320a55453669a2a59d8497839b1e34932514768f 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| @@ -3306,7 +3306,7 @@ const CSSValue* ComputedStyleCSSValueMapping::Get(
|
| case CSSPropertyTextCombineUpright:
|
| return CSSIdentifierValue::Create(style.GetTextCombine());
|
| case CSSPropertyWebkitTextOrientation:
|
| - if (style.GetTextOrientation() == TextOrientation::kMixed)
|
| + if (style.GetTextOrientation() == ETextOrientation::kMixed)
|
| return CSSIdentifierValue::Create(CSSValueVerticalRight);
|
| case CSSPropertyTextOrientation:
|
| return CSSIdentifierValue::Create(style.GetTextOrientation());
|
|
|