| Index: Source/core/html/WeekInputType.cpp
|
| diff --git a/Source/core/html/WeekInputType.cpp b/Source/core/html/WeekInputType.cpp
|
| index 467669679234ec5e5e5e8504b7f67b8813e09595..eb2bc1f94787661bd4db6e6ddef43ae7cb12fa7c 100644
|
| --- a/Source/core/html/WeekInputType.cpp
|
| +++ b/Source/core/html/WeekInputType.cpp
|
| @@ -56,7 +56,7 @@ PassOwnPtr<InputType> WeekInputType::create(HTMLInputElement* element)
|
| return adoptPtr(new WeekInputType(element));
|
| }
|
|
|
| -void WeekInputType::attach()
|
| +void WeekInputType::countUsage()
|
| {
|
| observeFeatureIfVisible(UseCounter::InputTypeWeek);
|
| }
|
|
|