| Index: Source/core/html/forms/NumberInputType.cpp
|
| diff --git a/Source/core/html/forms/NumberInputType.cpp b/Source/core/html/forms/NumberInputType.cpp
|
| index 2466ec488bb250925ea9d9f9f16ad473730f4a0f..8d37c04783e3e8a15408497030e5a8b1c331388f 100644
|
| --- a/Source/core/html/forms/NumberInputType.cpp
|
| +++ b/Source/core/html/forms/NumberInputType.cpp
|
| @@ -305,4 +305,9 @@ void NumberInputType::stepAttributeChanged()
|
| element().renderer()->setNeedsLayoutAndPrefWidthsRecalc();
|
| }
|
|
|
| +bool NumberInputType::supportsSelectionAPI() const
|
| +{
|
| + return false;
|
| +}
|
| +
|
| } // namespace WebCore
|
|
|