| Index: third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| diff --git a/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp b/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| index 2580d9b83c63cb3c14033df13141452a5d183da5..f0ea86080a7dd1e9e301bbcf43ea7f5bdaf50658 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| @@ -327,7 +327,7 @@
|
| textBlockStyle->setLineHeight(ComputedStyle::initialLineHeight());
|
|
|
| textBlockStyle->setDisplay(EDisplay::Block);
|
| - textBlockStyle->setUnique(true);
|
| + textBlockStyle->setUnique();
|
|
|
| if (inputElement()->shouldRevealPassword())
|
| textBlockStyle->setTextSecurity(TSNONE);
|
|
|