| 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 7ba751e3102ccd2b7daa657b691c6efb7d9aec43..5c3e19fa69ff63d082c978775774ff2adde35efb 100644
|
| --- a/third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp
|
| +++ b/third_party/WebKit/Source/core/html/shadow/TextControlInnerElements.cpp
|
| @@ -81,7 +81,7 @@ PassRefPtr<ComputedStyle> EditingViewPortElement::customStyleForLayoutObject() {
|
|
|
| style->setFlexGrow(1);
|
| style->setMinWidth(Length(0, Fixed));
|
| - style->setDisplay(EDisplay::Block);
|
| + style->setDisplay(EDisplay::kBlock);
|
| style->setDirection(TextDirection::kLtr);
|
|
|
| // We don't want the shadow dom to be editable, so we set this block to
|
|
|