Index: Source/core/html/forms/InputType.h |
diff --git a/Source/core/html/forms/InputType.h b/Source/core/html/forms/InputType.h |
index 7825b62e017c845000e38df7ecea01097f46315a..e8ff289385ed252045f597cf33338506cba3be8a 100644 |
--- a/Source/core/html/forms/InputType.h |
+++ b/Source/core/html/forms/InputType.h |
@@ -162,7 +162,6 @@ public: |
virtual bool storesValueSeparateFromAttribute(); |
virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior); |
virtual bool shouldRespectListAttribute(); |
- virtual bool shouldRespectSpeechAttribute(); |
virtual bool isEnumeratable(); |
virtual bool isCheckable(); |
virtual bool isSteppable() const; |