Index: Source/core/html/forms/SearchInputType.h |
diff --git a/Source/core/html/forms/SearchInputType.h b/Source/core/html/forms/SearchInputType.h |
index 8c922d2e9f60a374a898e0cf628340a76667236f..5b080dd3d7b7fba42507183861795bd09e6163ae 100644 |
--- a/Source/core/html/forms/SearchInputType.h |
+++ b/Source/core/html/forms/SearchInputType.h |
@@ -47,7 +47,6 @@ private: |
virtual void countUsage() override; |
virtual LayoutObject* createRenderer(const LayoutStyle&) const override; |
virtual const AtomicString& formControlType() const override; |
- virtual bool shouldRespectSpeechAttribute() override; |
virtual bool needsContainer() const override; |
virtual void createShadowSubtree() override; |
virtual void handleKeydownEvent(KeyboardEvent*) override; |