Index: Source/core/html/forms/ColorInputType.cpp |
diff --git a/Source/core/html/forms/ColorInputType.cpp b/Source/core/html/forms/ColorInputType.cpp |
index 9adbc543e7aed443ade442ccc8dff22fcdb9a552..38fb08eb7420a236cb2d4fb9f3189fa569e429ba 100644 |
--- a/Source/core/html/forms/ColorInputType.cpp |
+++ b/Source/core/html/forms/ColorInputType.cpp |
@@ -172,7 +172,7 @@ void ColorInputType::closePopupView() |
bool ColorInputType::shouldRespectListAttribute() |
{ |
- return InputType::themeSupportsDataListUI(this); |
+ return true; |
} |
bool ColorInputType::typeMismatchFor(const String& value) const |