Index: Source/core/html/forms/TextFieldInputType.cpp |
diff --git a/Source/core/html/forms/TextFieldInputType.cpp b/Source/core/html/forms/TextFieldInputType.cpp |
index 86cb0c587f1758a273da97686ce38e71e06b32ee..3c4d1dd1dac404daf56728bc9b90687d58d6cc67 100644 |
--- a/Source/core/html/forms/TextFieldInputType.cpp |
+++ b/Source/core/html/forms/TextFieldInputType.cpp |
@@ -457,7 +457,7 @@ void TextFieldInputType::handleBeforeTextInsertedEvent(BeforeTextInsertedEvent* |
bool TextFieldInputType::shouldRespectListAttribute() |
{ |
- return InputType::themeSupportsDataListUI(this); |
+ return true; |
} |
void TextFieldInputType::updatePlaceholderText() |