| 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 215dec04aa34681af612358997aeab02fbb945d6..3a59fbf7deb7af97de3d6d9b578a98717d7e5371 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/BreakingContextInlineHeaders.h
|
| @@ -1564,7 +1564,7 @@ inline IndentTextOrNot RequiresIndent(bool is_first_line,
|
| style.GetTextIndentLine()) == TextIndentLine::kEachLine)
|
| indent_text = kIndentText;
|
|
|
| - if (style.GetTextIndentType() == kTextIndentHanging)
|
| + if (style.GetTextIndentType() == TextIndentType::kHanging)
|
| indent_text = indent_text == kIndentText ? kDoNotIndentText : kIndentText;
|
|
|
| return indent_text;
|
|
|