| Index: Source/core/html/TimeInputType.cpp
|
| diff --git a/Source/core/html/TimeInputType.cpp b/Source/core/html/TimeInputType.cpp
|
| index 916761cf68d655ecc5d8bb05f545a8ed657f6a1c..6a5fdf6df828ebeed8caf6e07c1856d843e217fa 100644
|
| --- a/Source/core/html/TimeInputType.cpp
|
| +++ b/Source/core/html/TimeInputType.cpp
|
| @@ -64,7 +64,7 @@ PassOwnPtr<InputType> TimeInputType::create(HTMLInputElement* element)
|
| return adoptPtr(new TimeInputType(element));
|
| }
|
|
|
| -void TimeInputType::attach()
|
| +void TimeInputType::countUsage()
|
| {
|
| observeFeatureIfVisible(UseCounter::InputTypeTime);
|
| }
|
|
|