| Index: third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp b/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| index 3744b97dde4427f8e98f2333b094efe0e5df180f..0baef96347b5e1936492becfb5edd77f33154182 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutDeprecatedFlexibleBox.cpp
|
| @@ -1137,7 +1137,7 @@ void LayoutDeprecatedFlexibleBox::applyLineClamp(FlexBoxIterator& iterator,
|
| child->forceChildLayout();
|
|
|
| // FIXME: For now don't support RTL.
|
| - if (style()->direction() != LTR)
|
| + if (style()->direction() != TextDirection::Ltr)
|
| continue;
|
|
|
| // Get the last line
|
|
|