| Index: third_party/WebKit/Source/core/html/forms/NumberInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/NumberInputType.h b/third_party/WebKit/Source/core/html/forms/NumberInputType.h
|
| index fd712158c81c87feebf9ba875cfaec00b4e67c50..0a15453e3e2e98c44fa80eb6082a0bdb1df6d558 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/NumberInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/NumberInputType.h
|
| @@ -47,7 +47,8 @@ class NumberInputType final : public TextFieldInputType {
|
| const AtomicString& formControlType() const override;
|
| void setValue(const String&,
|
| bool valueChanged,
|
| - TextFieldEventBehavior) override;
|
| + TextFieldEventBehavior,
|
| + TextControlSetValueSelection) override;
|
| double valueAsDouble() const override;
|
| void setValueAsDouble(double,
|
| TextFieldEventBehavior,
|
|
|