Index: Source/core/html/forms/TelephoneInputType.h |
diff --git a/Source/core/html/forms/TelephoneInputType.h b/Source/core/html/forms/TelephoneInputType.h |
index 0c1cb1a4bf3a7846e7809e2127e6724a6a4d0d95..5d11d69f874860d67c331006c7e48b186becb540 100644 |
--- a/Source/core/html/forms/TelephoneInputType.h |
+++ b/Source/core/html/forms/TelephoneInputType.h |
@@ -43,7 +43,6 @@ private: |
TelephoneInputType(HTMLInputElement& element) : BaseTextInputType(element) { } |
virtual void countUsage() override; |
virtual const AtomicString& formControlType() const override; |
- virtual bool shouldRespectSpeechAttribute() override; |
}; |
} // namespace blink |