Index: Source/core/html/forms/ColorInputType.cpp |
diff --git a/Source/core/html/forms/ColorInputType.cpp b/Source/core/html/forms/ColorInputType.cpp |
index f0859806523b1f800b4b2e0dcbf1e03ebfb4f208..9881a63e4b6ed9d30a959700ca361863deabd393 100644 |
--- a/Source/core/html/forms/ColorInputType.cpp |
+++ b/Source/core/html/forms/ColorInputType.cpp |
@@ -89,11 +89,6 @@ void ColorInputType::countUsage() |
countUsageIfVisible(UseCounter::InputTypeColor); |
} |
-bool ColorInputType::isColorControl() const |
-{ |
- return true; |
-} |
- |
const AtomicString& ColorInputType::formControlType() const |
{ |
return InputTypeNames::color; |