| Index: third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutInline.cpp b/third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| index 2cbe2e2beb2b07a9640d1bc24e7407fc75563084..3c3c8fdd7f0d788628b74b37c19222456a469c47 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutInline.cpp
|
| @@ -230,7 +230,7 @@ void LayoutInline::UpdateAlwaysCreateLineBoxes(bool full_layout) {
|
| (parent_layout_inline &&
|
| parent_style.VerticalAlign() != EVerticalAlign::kBaseline) ||
|
| Style()->VerticalAlign() != EVerticalAlign::kBaseline ||
|
| - Style()->GetTextEmphasisMark() != kTextEmphasisMarkNone ||
|
| + Style()->GetTextEmphasisMark() != TextEmphasisMark::kNone ||
|
| (check_fonts &&
|
| (!StyleRef().HasIdenticalAscentDescentAndLineGap(parent_style) ||
|
| parent_style.LineHeight() != StyleRef().LineHeight()));
|
|
|