| Index: Source/core/html/MonthInputType.h
|
| diff --git a/Source/core/html/MonthInputType.h b/Source/core/html/MonthInputType.h
|
| index 9fbfd33e6963383e291729a6aacf4a5ec4f8c264..ca682e75b5effd2ae008a7074e94545a1929bac6 100644
|
| --- a/Source/core/html/MonthInputType.h
|
| +++ b/Source/core/html/MonthInputType.h
|
| @@ -48,7 +48,7 @@ public:
|
|
|
| private:
|
| MonthInputType(HTMLInputElement* element) : BaseMonthInputType(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;
|
|
|