Index: Source/core/html/forms/PasswordInputType.cpp |
diff --git a/Source/core/html/forms/PasswordInputType.cpp b/Source/core/html/forms/PasswordInputType.cpp |
index 84e32e927425105f277432785cc6ae4abae524a2..5c13a6c992e9bc176a28587f9e1e3276725e6b71 100644 |
--- a/Source/core/html/forms/PasswordInputType.cpp |
+++ b/Source/core/html/forms/PasswordInputType.cpp |
@@ -76,13 +76,6 @@ void PasswordInputType::restoreFormControlState(const FormControlState&) |
ASSERT_NOT_REACHED(); |
} |
-bool PasswordInputType::shouldUseInputMethod() const |
-{ |
- // Input methods are disabled for the password field because otherwise |
- // anyone can access the underlying password and display it in clear text. |
- return false; |
-} |
- |
bool PasswordInputType::shouldRespectListAttribute() |
{ |
return false; |