| Index: third_party/WebKit/Source/core/html/forms/FileInputType.cpp
|
| diff --git a/third_party/WebKit/Source/core/html/forms/FileInputType.cpp b/third_party/WebKit/Source/core/html/forms/FileInputType.cpp
|
| index 9c9297cc1e6d5beab38d7cdfa2146a1dd138fbcb..76597c53e380ec8b56f1751742c382b1cc8eaf8c 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/FileInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/FileInputType.cpp
|
| @@ -193,7 +193,8 @@ String FileInputType::valueInFilenameValueMode() const {
|
|
|
| void FileInputType::setValue(const String&,
|
| bool valueChanged,
|
| - TextFieldEventBehavior) {
|
| + TextFieldEventBehavior,
|
| + TextControlSetValueSelection) {
|
| if (!valueChanged)
|
| return;
|
|
|
|
|