Index: Source/core/html/forms/InputType.cpp |
diff --git a/Source/core/html/forms/InputType.cpp b/Source/core/html/forms/InputType.cpp |
index 6f79e08808bafcd9241918325d2c258528dcd573..4768560d8e35b00834ebf74ecec1a1c709476f2a 100644 |
--- a/Source/core/html/forms/InputType.cpp |
+++ b/Source/core/html/forms/InputType.cpp |
@@ -147,11 +147,6 @@ InputType::~InputType() |
{ |
} |
-bool InputType::themeSupportsDataListUI(InputType* type) |
-{ |
- return RenderTheme::theme().supportsDataListUI(type->formControlType()); |
-} |
- |
bool InputType::isTextField() const |
{ |
return false; |