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