| Index: Source/core/html/forms/SearchInputType.cpp
|
| diff --git a/Source/core/html/forms/SearchInputType.cpp b/Source/core/html/forms/SearchInputType.cpp
|
| index 648dc1ce6bffae71b17b4c77992a5e92f0cbb9de..e65e4a04294bfd7b5e1a539666e5cb5b93e5df19 100644
|
| --- a/Source/core/html/forms/SearchInputType.cpp
|
| +++ b/Source/core/html/forms/SearchInputType.cpp
|
| @@ -77,11 +77,6 @@ bool SearchInputType::shouldRespectSpeechAttribute()
|
| return true;
|
| }
|
|
|
| -bool SearchInputType::isSearchField() const
|
| -{
|
| - return true;
|
| -}
|
| -
|
| bool SearchInputType::needsContainer() const
|
| {
|
| return true;
|
|
|