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