| Index: third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp b/third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp
|
| index e71d430f8282730ba003d72e1876662196616c5b..2c689dc82603dcf66e96424a368b5669c279097e 100644
|
| --- a/third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/line/InlineTextBox.cpp
|
| @@ -639,7 +639,8 @@ TextRun InlineTextBox::constructTextRun(
|
| ASSERT(maximumLength >= static_cast<int>(string.length()));
|
|
|
| TextRun run(string, textPos().toFloat(), expansion(), expansionBehavior(),
|
| - direction(), dirOverride() || style.rtlOrdering() == VisualOrder);
|
| + direction(),
|
| + dirOverride() || style.rtlOrdering() == EOrder::Visual);
|
| run.setTabSize(!style.collapseWhiteSpace(), style.getTabSize());
|
| run.setTextJustify(style.getTextJustify());
|
|
|
|
|