| Index: Source/core/html/forms/DateTimeLocalInputType.cpp
|
| diff --git a/Source/core/html/forms/DateTimeLocalInputType.cpp b/Source/core/html/forms/DateTimeLocalInputType.cpp
|
| index 5ad90e277b009b78504ad2440e9af61546d94014..2665904f86047fba49270cae10e2c70276a849db 100644
|
| --- a/Source/core/html/forms/DateTimeLocalInputType.cpp
|
| +++ b/Source/core/html/forms/DateTimeLocalInputType.cpp
|
| @@ -97,11 +97,6 @@ bool DateTimeLocalInputType::setMillisecondToDateComponents(double value, DateCo
|
| return date->setMillisecondsSinceEpochForDateTimeLocal(value);
|
| }
|
|
|
| -bool DateTimeLocalInputType::isDateTimeLocalField() const
|
| -{
|
| - return true;
|
| -}
|
| -
|
| #if ENABLE(INPUT_MULTIPLE_FIELDS_UI)
|
| // FIXME: It is better to share code for DateTimeInputType::formatDateTimeFieldsState()
|
| // and DateTimeInputLocalType::formatDateTimeFieldsState().
|
|
|