| 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 8fb4b4e327148e47ae3a2c4de74fc5b2ed875d69..ed734bc7a90b1bf542004ca2e892ca85636bc33d 100644
|
| --- a/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| +++ b/third_party/WebKit/Source/core/layout/LayoutTextControlSingleLine.cpp
|
| @@ -333,7 +333,7 @@ PassRefPtr<ComputedStyle> LayoutTextControlSingleLine::CreateInnerEditorStyle(
|
| text_block_style->SetUnique();
|
|
|
| if (InputElement()->ShouldRevealPassword())
|
| - text_block_style->SetTextSecurity(TSNONE);
|
| + text_block_style->SetTextSecurity(ETextSecurity::kNone);
|
|
|
| text_block_style->SetOverflowX(EOverflow::kScroll);
|
| // overflow-y:visible doesn't work because overflow-x:scroll makes a layer.
|
|
|