| Index: third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp b/third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp
|
| index 29a8fad28d49cf0263fb53a9a2d050f8e6f03120..19bf94a71263d6134c865cd25cde5e30b89de5b6 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/line/InlineFlowBox.cpp
|
| @@ -1577,7 +1577,7 @@ void InlineFlowBox::collectLeafBoxesInLogicalOrder(
|
| leafBoxesInLogicalOrder.push_back(leaf);
|
| }
|
|
|
| - if (getLineLayoutItem().style()->rtlOrdering() == EOrder::Visual)
|
| + if (getLineLayoutItem().style()->rtlOrdering() == EOrder::kVisual)
|
| return;
|
|
|
| // Reverse of reordering of the line (L2 according to Bidi spec):
|
|
|