| Index: Source/core/html/TelephoneInputType.cpp
|
| diff --git a/Source/core/html/TelephoneInputType.cpp b/Source/core/html/TelephoneInputType.cpp
|
| index 815fd8d900e129f03cf5e1a776380daa08fab14f..e0f99c6f6d7e580df71b208988f1026d070f607f 100644
|
| --- a/Source/core/html/TelephoneInputType.cpp
|
| +++ b/Source/core/html/TelephoneInputType.cpp
|
| @@ -41,9 +41,8 @@ PassOwnPtr<InputType> TelephoneInputType::create(HTMLInputElement* element)
|
| return adoptPtr(new TelephoneInputType(element));
|
| }
|
|
|
| -void TelephoneInputType::attach()
|
| +void TelephoneInputType::countUsage()
|
| {
|
| - TextFieldInputType::attach();
|
| observeFeatureIfVisible(UseCounter::InputTypeTel);
|
| }
|
|
|
|
|