Index: Source/core/html/forms/PasswordInputType.h |
diff --git a/Source/core/html/forms/PasswordInputType.h b/Source/core/html/forms/PasswordInputType.h |
index 962b643b6c0e01cf656bdc7889fb099c71e7ef8d..3c6c1f8612a1e0f1b5bc3b6b9024f682b6fcc8ce 100644 |
--- a/Source/core/html/forms/PasswordInputType.h |
+++ b/Source/core/html/forms/PasswordInputType.h |
@@ -48,7 +48,6 @@ private: |
virtual void restoreFormControlState(const FormControlState&) OVERRIDE; |
virtual bool shouldRespectListAttribute() OVERRIDE; |
virtual bool shouldRespectSpeechAttribute() OVERRIDE; |
- virtual bool isPasswordField() const OVERRIDE; |
virtual void enableSecureTextInput() OVERRIDE; |
virtual void disableSecureTextInput() OVERRIDE; |
}; |