| Index: third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.cpp b/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.cpp
|
| index c673c0ddc07cce2cadb9e7285a12f9950092b1a4..c7a63d091039185496a424601e9706aeb085dc06 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.cpp
|
| @@ -81,7 +81,7 @@ PassRefPtr<ComputedStyle> LayoutTextControlMultiLine::createInnerEditorStyle(con
|
| RefPtr<ComputedStyle> textBlockStyle = ComputedStyle::create();
|
| textBlockStyle->inheritFrom(startStyle);
|
| adjustInnerEditorStyle(*textBlockStyle);
|
| - textBlockStyle->setDisplay(BLOCK);
|
| + textBlockStyle->setDisplay(EDisplay::Block);
|
| textBlockStyle->setUnique();
|
|
|
| return textBlockStyle.release();
|
|
|