| Index: Source/core/html/SearchInputType.cpp
|
| diff --git a/Source/core/html/SearchInputType.cpp b/Source/core/html/SearchInputType.cpp
|
| index d3e36d8d45945aba0e0ae308b40580fc52934f83..e10d320aa05a00e252121ad22d8be8158e7ee7a7 100644
|
| --- a/Source/core/html/SearchInputType.cpp
|
| +++ b/Source/core/html/SearchInputType.cpp
|
| @@ -57,9 +57,8 @@ PassOwnPtr<InputType> SearchInputType::create(HTMLInputElement* element)
|
| return adoptPtr(new SearchInputType(element));
|
| }
|
|
|
| -void SearchInputType::attach()
|
| +void SearchInputType::countUsage()
|
| {
|
| - TextFieldInputType::attach();
|
| observeFeatureIfVisible(UseCounter::InputTypeSearch);
|
| }
|
|
|
|
|