| Index: Source/core/html/WeekInputType.h
|
| diff --git a/Source/core/html/WeekInputType.h b/Source/core/html/WeekInputType.h
|
| index 5aa3ea7424e14db2ed6d57455b7f8335a62c8907..10818a4fc63dc35063c15896d992a39d2f4324a0 100644
|
| --- a/Source/core/html/WeekInputType.h
|
| +++ b/Source/core/html/WeekInputType.h
|
| @@ -48,7 +48,7 @@ public:
|
|
|
| private:
|
| WeekInputType(HTMLInputElement* element) : BaseWeekInputType(element) { }
|
| - virtual void attach() OVERRIDE;
|
| + virtual void countUsage() OVERRIDE;
|
| virtual const AtomicString& formControlType() const OVERRIDE;
|
| virtual DateComponents::Type dateType() const OVERRIDE;
|
| virtual StepRange createStepRange(AnyStepHandling) const OVERRIDE;
|
|
|