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