Index: Source/core/html/forms/TelephoneInputType.cpp |
diff --git a/Source/core/html/forms/TelephoneInputType.cpp b/Source/core/html/forms/TelephoneInputType.cpp |
index 19d11320f6b789a3598960d231e1e6bcf32b0913..ae854b8f8045db9ce5d60ccc9e57cd75be5e7632 100644 |
--- a/Source/core/html/forms/TelephoneInputType.cpp |
+++ b/Source/core/html/forms/TelephoneInputType.cpp |
@@ -51,9 +51,4 @@ const AtomicString& TelephoneInputType::formControlType() const |
return InputTypeNames::tel; |
} |
-bool TelephoneInputType::shouldRespectSpeechAttribute() |
-{ |
- return true; |
-} |
- |
} // namespace blink |