Index: third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp |
diff --git a/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp b/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp |
index aa6114b331c76267666cc0f0edfd0014dfc81c17..4e4952e15bfca66398f03db8f57db6a0ad0b09cb 100644 |
--- a/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp |
+++ b/third_party/WebKit/Source/core/css/resolver/StyleBuilderCustom.cpp |
@@ -486,7 +486,7 @@ void StyleBuilderFunctions::applyValueCSSPropertyTextIndent( |
.ConvertToLength(state.CssToLengthConversionData()); |
} else if (ToCSSIdentifierValue(*list_value).GetValueID() == |
CSSValueEachLine) { |
- text_indent_line_value = kTextIndentEachLine; |
+ text_indent_line_value = TextIndentLine::kEachLine; |
} else if (ToCSSIdentifierValue(*list_value).GetValueID() == |
CSSValueHanging) { |
text_indent_type_value = kTextIndentHanging; |