| Index: Source/core/html/TextInputType.cpp
|
| diff --git a/Source/core/html/TextInputType.cpp b/Source/core/html/TextInputType.cpp
|
| index cfdfd9a7eb02dfa976ad2219543e4b0c66059086..de0ebdff493b0e64f463e3288a1dc9f4f8189a99 100644
|
| --- a/Source/core/html/TextInputType.cpp
|
| +++ b/Source/core/html/TextInputType.cpp
|
| @@ -44,9 +44,8 @@ PassOwnPtr<InputType> TextInputType::create(HTMLInputElement* element)
|
| return adoptPtr(new TextInputType(element));
|
| }
|
|
|
| -void TextInputType::attach()
|
| +void TextInputType::countUsage()
|
| {
|
| - TextFieldInputType::attach();
|
| const AtomicString& type = element()->fastGetAttribute(typeAttr);
|
| if (equalIgnoringCase(type, InputTypeNames::datetime()))
|
| observeFeatureIfVisible(UseCounter::InputTypeDateTimeFallback);
|
|
|