| Index: Source/core/html/forms/NumberInputType.h | 
| diff --git a/Source/core/html/forms/NumberInputType.h b/Source/core/html/forms/NumberInputType.h | 
| index ca7d97173bb86575aae721065c822df286161ec6..35711e3f9f6c919eb74d8c2971ad046200290bbf 100644 | 
| --- a/Source/core/html/forms/NumberInputType.h | 
| +++ b/Source/core/html/forms/NumberInputType.h | 
| @@ -70,6 +70,7 @@ private: | 
| virtual bool isNumberField() const OVERRIDE; | 
| virtual void minOrMaxAttributeChanged() OVERRIDE; | 
| virtual void stepAttributeChanged() OVERRIDE; | 
| +    virtual bool supportsSelectionAPI() const OVERRIDE; | 
| }; | 
|  | 
| } // namespace WebCore | 
|  |