| Index: Source/core/html/TimeInputType.h
|
| diff --git a/Source/core/html/TimeInputType.h b/Source/core/html/TimeInputType.h
|
| index 31a968b6c5ec65235e83952aa904671bc70b776a..1028fcc2df26549b27953f8e736d9457d425ffd9 100644
|
| --- a/Source/core/html/TimeInputType.h
|
| +++ b/Source/core/html/TimeInputType.h
|
| @@ -48,7 +48,7 @@ public:
|
|
|
| private:
|
| TimeInputType(HTMLInputElement*);
|
| - virtual void attach() OVERRIDE;
|
| + virtual void countUsage() OVERRIDE;
|
| virtual const AtomicString& formControlType() const OVERRIDE;
|
| virtual DateComponents::Type dateType() const OVERRIDE;
|
| virtual Decimal defaultValueForStepUp() const OVERRIDE;
|
|
|