| Index: Source/core/html/EmailInputType.cpp
|
| diff --git a/Source/core/html/EmailInputType.cpp b/Source/core/html/EmailInputType.cpp
|
| index 086af07e4be05e2e3f2bd8bccec059f94f509177..b587c142339925d72e6bd5fdd23fff323bc088e6 100644
|
| --- a/Source/core/html/EmailInputType.cpp
|
| +++ b/Source/core/html/EmailInputType.cpp
|
| @@ -111,9 +111,8 @@ PassOwnPtr<InputType> EmailInputType::create(HTMLInputElement* element)
|
| return adoptPtr(new EmailInputType(element));
|
| }
|
|
|
| -void EmailInputType::attach()
|
| +void EmailInputType::countUsage()
|
| {
|
| - TextFieldInputType::attach();
|
| observeFeatureIfVisible(UseCounter::InputTypeEmail);
|
| }
|
|
|
|
|