Index: Source/core/html/forms/InputType.h |
diff --git a/Source/core/html/forms/InputType.h b/Source/core/html/forms/InputType.h |
index a0c4dba0ac2d2db3a214745b4a33dfcef53c9f09..c53bc2778eabd02d90b6cdf9a1e2a088e3ec3f25 100644 |
--- a/Source/core/html/forms/InputType.h |
+++ b/Source/core/html/forms/InputType.h |
@@ -64,7 +64,6 @@ public: |
virtual ~InputType(); |
static bool canChangeFromAnotherType(const AtomicString& normalizedTypeName); |
- static bool themeSupportsDataListUI(InputType*); |
virtual const AtomicString& formControlType() const = 0; |