| 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..76d4faa064d462457ae8ba7a4f15f74ede03843a 100644
|
| --- a/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| +++ b/third_party/WebKit/Source/core/css/ComputedStyleCSSValueMapping.cpp
|
| @@ -2823,7 +2823,7 @@ const CSSValue* ComputedStyleCSSValueMapping::Get(
|
| case CSSPropertyTextAlign:
|
| return CSSIdentifierValue::Create(style.GetTextAlign());
|
| case CSSPropertyTextAlignLast:
|
| - return CSSIdentifierValue::Create(style.GetTextAlignLast());
|
| + return CSSIdentifierValue::Create(style.TextAlignLast());
|
| case CSSPropertyTextDecoration:
|
| if (RuntimeEnabledFeatures::css3TextDecorationsEnabled())
|
| return ValuesForShorthandProperty(textDecorationShorthand(), style,
|
|
|