| Index: Source/core/html/DateInputType.h
|
| diff --git a/Source/core/html/DateInputType.h b/Source/core/html/DateInputType.h
|
| index 3c25c9beca2797a26e1538985818cc775b796d64..d339a2583a59a3fec4b6f9967fa68cd7a65e6faa 100644
|
| --- a/Source/core/html/DateInputType.h
|
| +++ b/Source/core/html/DateInputType.h
|
| @@ -50,7 +50,7 @@ public:
|
|
|
| private:
|
| DateInputType(HTMLInputElement*);
|
| - 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;
|
|
|