| Index: Source/core/html/forms/WeekInputType.h
|
| diff --git a/Source/core/html/forms/WeekInputType.h b/Source/core/html/forms/WeekInputType.h
|
| index 1f80849b613301052305d4cacc539a1c3741209c..c355eb302a74cc9e69d570f0b22b84912c3b9903 100644
|
| --- a/Source/core/html/forms/WeekInputType.h
|
| +++ b/Source/core/html/forms/WeekInputType.h
|
| @@ -53,7 +53,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 isWeekField() const OVERRIDE;
|
|
|
| #if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
| // BaseMultipleFieldsDateAndTimeInputType functions
|
|
|