Index: Source/core/html/forms/TextInputType.h |
diff --git a/Source/core/html/forms/TextInputType.h b/Source/core/html/forms/TextInputType.h |
index e9e8c589a9594509251d33685ebb66c4cfe96884..8841560febf790f25747fbf11423eb403afe7266 100644 |
--- a/Source/core/html/forms/TextInputType.h |
+++ b/Source/core/html/forms/TextInputType.h |
@@ -43,7 +43,6 @@ private: |
TextInputType(HTMLInputElement& element) : BaseTextInputType(element) { } |
virtual void countUsage() override; |
virtual const AtomicString& formControlType() const override; |
- virtual bool shouldRespectSpeechAttribute() override; |
virtual bool supportsInputModeAttribute() const override; |
}; |