| Index: Source/core/html/forms/WeekInputType.cpp
|
| diff --git a/Source/core/html/forms/WeekInputType.cpp b/Source/core/html/forms/WeekInputType.cpp
|
| index 6f6953cc47115ccb25bdcb462a2d082d7bbdcc7b..e15a0c000e279e396bcda8ddf56fc7666ad44e78 100644
|
| --- a/Source/core/html/forms/WeekInputType.cpp
|
| +++ b/Source/core/html/forms/WeekInputType.cpp
|
| @@ -83,11 +83,6 @@ bool WeekInputType::setMillisecondToDateComponents(double value, DateComponents*
|
| return date->setMillisecondsSinceEpochForWeek(value);
|
| }
|
|
|
| -bool WeekInputType::isWeekField() const
|
| -{
|
| - return true;
|
| -}
|
| -
|
|
|
| #if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
| String WeekInputType::formatDateTimeFieldsState(const DateTimeFieldsState& dateTimeFieldsState) const
|
|
|