| 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 38bf0e9472f9fee0eccc8125e0efd6c7c6280095..3a7bf40923aa866d2c032aeb57e82ce022d4330a 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextControlMultiLine.cpp
|
| @@ -93,7 +93,7 @@
|
| textBlockStyle->inheritFrom(startStyle);
|
| adjustInnerEditorStyle(*textBlockStyle);
|
| textBlockStyle->setDisplay(EDisplay::Block);
|
| - textBlockStyle->setUnique(true);
|
| + textBlockStyle->setUnique();
|
|
|
| return textBlockStyle.release();
|
| }
|
|
|