Index: third_party/WebKit/Source/core/html/HTMLInputElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLInputElement.h b/third_party/WebKit/Source/core/html/HTMLInputElement.h |
index 5ca9a35360618f8be718de98a015d6dda64d9481..77045bb05d11b7726b483830780e0900000d7777 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLInputElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLInputElement.h |
@@ -122,7 +122,9 @@ class CORE_EXPORT HTMLInputElement : public TextControlElement { |
ExceptionState&, |
TextFieldEventBehavior = DispatchNoEvent); |
void setValue(const String&, |
- TextFieldEventBehavior = DispatchNoEvent) override; |
+ TextFieldEventBehavior = DispatchNoEvent, |
+ TextControlSetValueSelection = |
+ TextControlSetValueSelection::kSetSelectionToEnd) override; |
void setValueForUser(const String&); |
// Update the value, and clear hasDirtyValue() flag. |
void setNonDirtyValue(const String&); |