| Index: third_party/WebKit/Source/core/layout/line/InlineFlowBox.h
|
| diff --git a/third_party/WebKit/Source/core/layout/line/InlineFlowBox.h b/third_party/WebKit/Source/core/layout/line/InlineFlowBox.h
|
| index aabab903c79f44950f8a87022dff6b72bba92859..88310393b48a8293a53d19c0e174de883a271002 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/InlineFlowBox.h
|
| +++ b/third_party/WebKit/Source/core/layout/line/InlineFlowBox.h
|
| @@ -73,7 +73,8 @@ class InlineFlowBox : public InlineBox {
|
| // must not apply. This change also means that gaps will exist between image
|
| // bullet list items. Even when the list bullet is an image, the line is
|
| // still considered to be immune from the quirk.
|
| - m_hasTextChildren = lineLayoutItem.style()->display() == EDisplay::ListItem;
|
| + m_hasTextChildren =
|
| + lineLayoutItem.style()->display() == EDisplay::kListItem;
|
| m_hasTextDescendants = m_hasTextChildren;
|
| }
|
|
|
|
|