Index: Source/core/html/forms/PasswordInputType.cpp |
diff --git a/Source/core/html/forms/PasswordInputType.cpp b/Source/core/html/forms/PasswordInputType.cpp |
index 5c13a6c992e9bc176a28587f9e1e3276725e6b71..e5a156dec8a4a6835f72b117b125cc62bf0dde84 100644 |
--- a/Source/core/html/forms/PasswordInputType.cpp |
+++ b/Source/core/html/forms/PasswordInputType.cpp |
@@ -86,11 +86,6 @@ bool PasswordInputType::shouldRespectSpeechAttribute() |
return true; |
} |
-bool PasswordInputType::isPasswordField() const |
-{ |
- return true; |
-} |
- |
void PasswordInputType::enableSecureTextInput() |
{ |
if (element().document().frame()) |