| Index: third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/InputType.cpp b/third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| index 5f1485d46fd5c2d60e008ba250e991cc76c7d78f..fd8731fbf506039d5a0a0e2711df2ef4f7fcd88b 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/InputType.cpp
|
| @@ -510,7 +510,8 @@ void InputType::dispatchSearchEvent() {}
|
|
|
| void InputType::setValue(const String& sanitizedValue,
|
| bool valueChanged,
|
| - TextFieldEventBehavior eventBehavior) {
|
| + TextFieldEventBehavior eventBehavior,
|
| + TextControlSetValueSelection) {
|
| // This setValue() implementation is used only for ValueMode::kValue except
|
| // TextFieldInputType. That is to say, type=color, type=range, and temporal
|
| // input types.
|
|
|