Index: Source/core/html/forms/TextInputType.cpp |
diff --git a/Source/core/html/forms/TextInputType.cpp b/Source/core/html/forms/TextInputType.cpp |
index 4d6d0eb233d757c3da9de93f3d961146ef3020d7..e600d73b3cd7f92eb10c9d99dcca760b0dc79958 100644 |
--- a/Source/core/html/forms/TextInputType.cpp |
+++ b/Source/core/html/forms/TextInputType.cpp |
@@ -61,11 +61,6 @@ const AtomicString& TextInputType::formControlType() const |
return InputTypeNames::text; |
} |
-bool TextInputType::shouldRespectSpeechAttribute() |
-{ |
- return true; |
-} |
- |
bool TextInputType::supportsInputModeAttribute() const |
{ |
return true; |