| Index: Source/core/html/DateTimeLocalInputType.h
|
| diff --git a/Source/core/html/DateTimeLocalInputType.h b/Source/core/html/DateTimeLocalInputType.h
|
| index 6a06c2485472a0f9441cec7e262f05cf6e9df309..0e25195eda2feec815d0fe10972b2c9b4f558dbe 100644
|
| --- a/Source/core/html/DateTimeLocalInputType.h
|
| +++ b/Source/core/html/DateTimeLocalInputType.h
|
| @@ -50,7 +50,7 @@ public:
|
|
|
| private:
|
| DateTimeLocalInputType(HTMLInputElement* element) : BaseDateTimeLocalInputType(element) { }
|
| - virtual void attach() OVERRIDE;
|
| + virtual void countUsage() OVERRIDE;
|
| virtual const AtomicString& formControlType() const OVERRIDE;
|
| virtual DateComponents::Type dateType() const OVERRIDE;
|
| virtual double valueAsDate() const OVERRIDE;
|
|
|