Index: Source/core/html/forms/SearchInputType.cpp |
diff --git a/Source/core/html/forms/SearchInputType.cpp b/Source/core/html/forms/SearchInputType.cpp |
index 63b379d8f9dc1e1d817680022abe268762598077..1744f01ff50b62df9aca7281336b134194d637f4 100644 |
--- a/Source/core/html/forms/SearchInputType.cpp |
+++ b/Source/core/html/forms/SearchInputType.cpp |
@@ -72,11 +72,6 @@ const AtomicString& SearchInputType::formControlType() const |
return InputTypeNames::search; |
} |
-bool SearchInputType::shouldRespectSpeechAttribute() |
-{ |
- return true; |
-} |
- |
bool SearchInputType::needsContainer() const |
{ |
return true; |