| Index: Source/core/html/forms/PasswordInputType.cpp
|
| diff --git a/Source/core/html/forms/PasswordInputType.cpp b/Source/core/html/forms/PasswordInputType.cpp
|
| index 74557b0c908a3e2d8b07e331ebac31bc18cd3b00..7350aa85f28ecfb8c55e1edde4585f123c8743d1 100644
|
| --- a/Source/core/html/forms/PasswordInputType.cpp
|
| +++ b/Source/core/html/forms/PasswordInputType.cpp
|
| @@ -34,10 +34,10 @@
|
|
|
| #include "CSSPropertyNames.h"
|
| #include "CSSValueKeywords.h"
|
| +#include "InputTypeNames.h"
|
| #include "core/dom/shadow/ShadowRoot.h"
|
| #include "core/html/HTMLInputElement.h"
|
| #include "core/html/forms/FormController.h"
|
| -#include "core/html/forms/InputTypeNames.h"
|
| #include "core/page/Chrome.h"
|
| #include "core/page/ChromeClient.h"
|
| #include "core/page/Page.h"
|
| @@ -93,7 +93,7 @@ void PasswordInputType::createShadowSubtree()
|
|
|
| const AtomicString& PasswordInputType::formControlType() const
|
| {
|
| - return InputTypeNames::password();
|
| + return InputTypeNames::password;
|
| }
|
|
|
| bool PasswordInputType::shouldSaveAndRestoreFormControlState() const
|
|
|