Index: Source/core/html/forms/RangeInputType.cpp |
diff --git a/Source/core/html/forms/RangeInputType.cpp b/Source/core/html/forms/RangeInputType.cpp |
index 76a5c3e6c4b504b7e311164242efbcd1c23c9c0f..5182587092495103a7c794bf21bd2481ed549266 100644 |
--- a/Source/core/html/forms/RangeInputType.cpp |
+++ b/Source/core/html/forms/RangeInputType.cpp |
@@ -90,11 +90,6 @@ void RangeInputType::countUsage() |
countUsageIfVisible(UseCounter::InputTypeRange); |
} |
-bool RangeInputType::isRangeControl() const |
-{ |
- return true; |
-} |
- |
const AtomicString& RangeInputType::formControlType() const |
{ |
return InputTypeNames::range; |