Index: Source/core/html/forms/NumberInputType.cpp |
diff --git a/Source/core/html/forms/NumberInputType.cpp b/Source/core/html/forms/NumberInputType.cpp |
index 5cf3458b9ddde085afb9ff1e3f77d5e02fa92bdf..d728ca1652a65181947535c2a711e9b03360f88f 100644 |
--- a/Source/core/html/forms/NumberInputType.cpp |
+++ b/Source/core/html/forms/NumberInputType.cpp |
@@ -266,11 +266,6 @@ bool NumberInputType::supportsPlaceholder() const |
return true; |
} |
-bool NumberInputType::isNumberField() const |
-{ |
- return true; |
-} |
- |
void NumberInputType::minOrMaxAttributeChanged() |
{ |
InputType::minOrMaxAttributeChanged(); |