Index: Source/core/html/forms/NumberInputType.h |
diff --git a/Source/core/html/forms/NumberInputType.h b/Source/core/html/forms/NumberInputType.h |
index 013c11ce8959266aaae984ece12f7dc377cd8907..5fbe544c6bdcb1f4c26e720769b5e8b561bcf1bb 100644 |
--- a/Source/core/html/forms/NumberInputType.h |
+++ b/Source/core/html/forms/NumberInputType.h |
@@ -67,7 +67,6 @@ private: |
virtual String rangeUnderflowText(const Decimal& minimum) const OVERRIDE; |
virtual bool shouldRespectSpeechAttribute() OVERRIDE; |
virtual bool supportsPlaceholder() const OVERRIDE; |
- virtual bool isNumberField() const OVERRIDE; |
virtual void minOrMaxAttributeChanged() OVERRIDE; |
virtual void stepAttributeChanged() OVERRIDE; |
virtual bool supportsSelectionAPI() const OVERRIDE; |