Index: Source/core/html/forms/PasswordInputType.cpp |
diff --git a/Source/core/html/forms/PasswordInputType.cpp b/Source/core/html/forms/PasswordInputType.cpp |
index e5a156dec8a4a6835f72b117b125cc62bf0dde84..32cfdc3df7aec2ae6dfca2ef5b361c9cc589af1e 100644 |
--- a/Source/core/html/forms/PasswordInputType.cpp |
+++ b/Source/core/html/forms/PasswordInputType.cpp |
@@ -81,11 +81,6 @@ bool PasswordInputType::shouldRespectListAttribute() |
return false; |
} |
-bool PasswordInputType::shouldRespectSpeechAttribute() |
-{ |
- return true; |
-} |
- |
void PasswordInputType::enableSecureTextInput() |
{ |
if (element().document().frame()) |