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