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