| Index: Source/core/html/forms/DateInputType.h
|
| diff --git a/Source/core/html/forms/DateInputType.h b/Source/core/html/forms/DateInputType.h
|
| index 4de75a9f29ac6577063e3e209ecd6f4956262907..6ab5b9285faea5d97fda65726d877af5f388c048 100644
|
| --- a/Source/core/html/forms/DateInputType.h
|
| +++ b/Source/core/html/forms/DateInputType.h
|
| @@ -55,7 +55,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 isDateField() const OVERRIDE;
|
| virtual void warnIfValueIsInvalid(const String&) const OVERRIDE;
|
|
|
| #if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
|
|