| Index: third_party/WebKit/Source/platform/exported/WebTextRun.cpp
|
| diff --git a/third_party/WebKit/Source/platform/exported/WebTextRun.cpp b/third_party/WebKit/Source/platform/exported/WebTextRun.cpp
|
| index f0246faa1937d46aea21aaf7fded19fcd8cd8f62..f7045f50b5dba4e8bb2f1246e4fa64adf61afee3 100644
|
| --- a/third_party/WebKit/Source/platform/exported/WebTextRun.cpp
|
| +++ b/third_party/WebKit/Source/platform/exported/WebTextRun.cpp
|
| @@ -36,7 +36,7 @@ namespace blink {
|
|
|
| WebTextRun::operator TextRun() const {
|
| return TextRun(text, 0, 0, TextRun::AllowTrailingExpansion,
|
| - rtl ? TextDirection::Rtl : TextDirection::Ltr,
|
| + rtl ? TextDirection::kRtl : TextDirection::kLtr,
|
| directionalOverride);
|
| }
|
|
|
|
|