| Index: third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp
|
| diff --git a/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp b/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp
|
| index 57520a1cf779459dd237085c52b05856df6ce404..e3f655296d8591fd60c42c3b70534e65d7c0b53d 100644
|
| --- a/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp
|
| +++ b/third_party/WebKit/Source/core/animation/CSSTextIndentInterpolationType.cpp
|
| @@ -162,7 +162,7 @@ InterpolationValue CSSTextIndentInterpolationType::MaybeConvertValue(
|
| for (const auto& item : ToCSSValueList(value)) {
|
| if (item->IsIdentifierValue() &&
|
| ToCSSIdentifierValue(*item).GetValueID() == CSSValueEachLine)
|
| - line = kTextIndentEachLine;
|
| + line = TextIndentLine::kEachLine;
|
| else if (item->IsIdentifierValue() &&
|
| ToCSSIdentifierValue(*item).GetValueID() == CSSValueHanging)
|
| type = kTextIndentHanging;
|
|
|