| Index: Source/WebCore/html/SearchInputType.cpp
|
| diff --git a/Source/WebCore/html/SearchInputType.cpp b/Source/WebCore/html/SearchInputType.cpp
|
| index 3839b12a63a5ff127d63fbfca03711cf6da89af5..5e431d11e7b9c7d63ee4ccf54a017ec935eaaf29 100644
|
| --- a/Source/WebCore/html/SearchInputType.cpp
|
| +++ b/Source/WebCore/html/SearchInputType.cpp
|
| @@ -60,7 +60,7 @@ PassOwnPtr<InputType> SearchInputType::create(HTMLInputElement* element)
|
| void SearchInputType::attach()
|
| {
|
| TextFieldInputType::attach();
|
| - observeFeatureIfVisible(FeatureObserver::InputTypeSearch);
|
| + observeFeatureIfVisible(UseCounter::InputTypeSearch);
|
| }
|
|
|
| void SearchInputType::addSearchResult()
|
|
|