| Index: Source/core/html/DateInputType.cpp
|
| diff --git a/Source/core/html/DateInputType.cpp b/Source/core/html/DateInputType.cpp
|
| index b18edd8f101427c5f3d21e696b500b467a3f3e40..49779fdd5d9fe80bfe8bb5fbab7158bfc397e166 100644
|
| --- a/Source/core/html/DateInputType.cpp
|
| +++ b/Source/core/html/DateInputType.cpp
|
| @@ -58,7 +58,7 @@ PassOwnPtr<InputType> DateInputType::create(HTMLInputElement* element)
|
| return adoptPtr(new DateInputType(element));
|
| }
|
|
|
| -void DateInputType::attach()
|
| +void DateInputType::countUsage()
|
| {
|
| observeFeatureIfVisible(UseCounter::InputTypeDate);
|
| }
|
|
|