| 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 5b39e1a1fbab028ac7911b2e9196f977543b76ce..f6fc7f9efc919ed57260bcf75fa679a4663bde93 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() == TextOrientation::kMixed)
|
| + if (style.GetTextOrientation() == ETextOrientation::kMixed)
|
| return CSSIdentifierValue::Create(CSSValueVerticalRight);
|
| case CSSPropertyTextOrientation:
|
| return CSSIdentifierValue::Create(style.GetTextOrientation());
|
|
|