Index: Source/core/html/forms/PasswordInputType.h |
diff --git a/Source/core/html/forms/PasswordInputType.h b/Source/core/html/forms/PasswordInputType.h |
index 931ae2194abd94af45e3247e4037e61d21153417..962b643b6c0e01cf656bdc7889fb099c71e7ef8d 100644 |
--- a/Source/core/html/forms/PasswordInputType.h |
+++ b/Source/core/html/forms/PasswordInputType.h |
@@ -46,7 +46,6 @@ private: |
virtual bool shouldSaveAndRestoreFormControlState() const OVERRIDE; |
virtual FormControlState saveFormControlState() const OVERRIDE; |
virtual void restoreFormControlState(const FormControlState&) OVERRIDE; |
- virtual bool shouldUseInputMethod() const OVERRIDE; |
virtual bool shouldRespectListAttribute() OVERRIDE; |
virtual bool shouldRespectSpeechAttribute() OVERRIDE; |
virtual bool isPasswordField() const OVERRIDE; |