| Index: third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp b/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp
|
| index 3c5ccf2421573fb39992480ead4462d1a37f81b5..d2e393ec4d1fb4cc36845eea8568d29c4f3681c9 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/BaseCheckableInputType.cpp
|
| @@ -104,7 +104,8 @@ InputType::ValueMode BaseCheckableInputType::valueMode() const {
|
|
|
| void BaseCheckableInputType::setValue(const String& sanitizedValue,
|
| bool,
|
| - TextFieldEventBehavior) {
|
| + TextFieldEventBehavior,
|
| + TextControlSetValueSelection) {
|
| element().setAttribute(valueAttr, AtomicString(sanitizedValue));
|
| }
|
|
|
|
|