Index: Source/core/html/forms/PasswordInputType.h |
diff --git a/Source/core/html/forms/PasswordInputType.h b/Source/core/html/forms/PasswordInputType.h |
index 53ea5acb9e0ea1012eb1fe28443b1445fe33f51d..8967bbdf6c3c749143de0a054073a32c1fe614b1 100644 |
--- a/Source/core/html/forms/PasswordInputType.h |
+++ b/Source/core/html/forms/PasswordInputType.h |
@@ -47,7 +47,6 @@ private: |
virtual FormControlState saveFormControlState() const override; |
virtual void restoreFormControlState(const FormControlState&) override; |
virtual bool shouldRespectListAttribute() override; |
- virtual bool shouldRespectSpeechAttribute() override; |
virtual void enableSecureTextInput() override; |
virtual void disableSecureTextInput() override; |
}; |