| Index: Source/core/html/forms/MonthInputType.h
|
| diff --git a/Source/core/html/forms/MonthInputType.h b/Source/core/html/forms/MonthInputType.h
|
| index c889039501249d2a182fb1e8daee1140fe548787..5393293003bd9ebbfe9a47790f453a830e1b5c57 100644
|
| --- a/Source/core/html/forms/MonthInputType.h
|
| +++ b/Source/core/html/forms/MonthInputType.h
|
| @@ -57,7 +57,6 @@ private:
|
| virtual StepRange createStepRange(AnyStepHandling) const OVERRIDE;
|
| virtual bool parseToDateComponentsInternal(const String&, DateComponents*) const OVERRIDE;
|
| virtual bool setMillisecondToDateComponents(double, DateComponents*) const OVERRIDE;
|
| - virtual bool isMonthField() const OVERRIDE;
|
| virtual bool canSetSuggestedValue() OVERRIDE;
|
|
|
| #if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
|
|