| Index: Source/WebCore/html/EmailInputType.cpp
|
| diff --git a/Source/WebCore/html/EmailInputType.cpp b/Source/WebCore/html/EmailInputType.cpp
|
| index b51d0a7449ccedf7114c90ff50e03795049b10b6..46423436338361c8288dbeb5a4f682b5d80e0a1b 100644
|
| --- a/Source/WebCore/html/EmailInputType.cpp
|
| +++ b/Source/WebCore/html/EmailInputType.cpp
|
| @@ -61,7 +61,7 @@ PassOwnPtr<InputType> EmailInputType::create(HTMLInputElement* element)
|
| void EmailInputType::attach()
|
| {
|
| TextFieldInputType::attach();
|
| - observeFeatureIfVisible(FeatureObserver::InputTypeEmail);
|
| + observeFeatureIfVisible(UseCounter::InputTypeEmail);
|
| }
|
|
|
| const AtomicString& EmailInputType::formControlType() const
|
|
|