Chromium Code Reviews| Index: Source/core/html/forms/NumberInputType.cpp |
| diff --git a/Source/core/html/forms/NumberInputType.cpp b/Source/core/html/forms/NumberInputType.cpp |
| index d728ca1652a65181947535c2a711e9b03360f88f..44dd4ae06439702b757e1a59986f984bc01ab8ea 100644 |
| --- a/Source/core/html/forms/NumberInputType.cpp |
| +++ b/Source/core/html/forms/NumberInputType.cpp |
| @@ -282,9 +282,4 @@ void NumberInputType::stepAttributeChanged() |
| element().renderer()->setNeedsLayoutAndPrefWidthsRecalcAndFullPaintInvalidation(); |
| } |
| -bool NumberInputType::supportsSelectionAPI() const |
| -{ |
| - return false; |
| -} |
| - |
| } // namespace blink |