Index: Source/core/html/forms/BaseTextInputType.h |
diff --git a/Source/core/html/forms/BaseTextInputType.h b/Source/core/html/forms/BaseTextInputType.h |
index b6d065cf2776ec71977162892b61c221359ea8df..b56e7853235afa6771e8175851505259128eea6d 100644 |
--- a/Source/core/html/forms/BaseTextInputType.h |
+++ b/Source/core/html/forms/BaseTextInputType.h |
@@ -46,7 +46,6 @@ private: |
virtual int maxLength() const OVERRIDE FINAL; |
virtual bool patternMismatch(const String&) const OVERRIDE FINAL; |
virtual bool supportsPlaceholder() const OVERRIDE FINAL; |
- virtual bool supportsSelectionAPI() const OVERRIDE; |
}; |
} // namespace blink |