| Index: third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp b/third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp
|
| index 9eebf2899a3c75cbb19bacc9d293490c1c54bf09..7ba751e3102ccd2b7daa657b691c6efb7d9aec43 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp
|
| +++ b/third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp
|
| @@ -82,7 +82,7 @@ PassRefPtr<ComputedStyle> EditingViewPortElement::customStyleForLayoutObject() {
|
| style->setFlexGrow(1);
|
| style->setMinWidth(Length(0, Fixed));
|
| style->setDisplay(EDisplay::Block);
|
| - style->setDirection(TextDirection::Ltr);
|
| + style->setDirection(TextDirection::kLtr);
|
|
|
| // We don't want the shadow dom to be editable, so we set this block to
|
| // read-only in case the input itself is editable.
|
|
|