| Index: Source/core/html/forms/BaseDateAndTimeInputType.cpp
|
| diff --git a/Source/core/html/forms/BaseDateAndTimeInputType.cpp b/Source/core/html/forms/BaseDateAndTimeInputType.cpp
|
| index 6868f8a56a415585809f3d5f1134a54a26256a55..df92c91a7520f33b977c6e1147456c5a5c193c2b 100644
|
| --- a/Source/core/html/forms/BaseDateAndTimeInputType.cpp
|
| +++ b/Source/core/html/forms/BaseDateAndTimeInputType.cpp
|
| @@ -177,7 +177,7 @@ bool BaseDateAndTimeInputType::supportsReadOnly() const
|
|
|
| bool BaseDateAndTimeInputType::shouldRespectListAttribute()
|
| {
|
| - return InputType::themeSupportsDataListUI(this);
|
| + return true;
|
| }
|
|
|
| bool BaseDateAndTimeInputType::valueMissing(const String& value) const
|
|
|