Index: third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h |
diff --git a/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h b/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h |
index dafcf2bef63e37f8a60a48156c2fda4219fd4fff..215dec04aa34681af612358997aeab02fbb945d6 100644 |
--- a/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h |
+++ b/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h |
@@ -1561,7 +1561,7 @@ inline IndentTextOrNot RequiresIndent(bool is_first_line, |
const ComputedStyle& style) { |
IndentTextOrNot indent_text = kDoNotIndentText; |
if (is_first_line || (is_after_hard_line_break && |
- style.GetTextIndentLine()) == kTextIndentEachLine) |
+ style.GetTextIndentLine()) == TextIndentLine::kEachLine) |
indent_text = kIndentText; |
if (style.GetTextIndentType() == kTextIndentHanging) |