| 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 76597c53e380ec8b56f1751742c382b1cc8eaf8c..3b5ec36246c345f8ba7b3a3a64e7daf3544c05bd 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/FileInputType.cpp
|
| +++ b/third_party/WebKit/Source/core/html/forms/FileInputType.cpp
|
| @@ -319,7 +319,6 @@ void FileInputType::setFiles(FileList* files) {
|
| // input instance is safe since it is ref-counted.
|
| element().dispatchChangeEvent();
|
| }
|
| - element().setChangedSinceLastFormControlChangeEvent(false);
|
| }
|
|
|
| void FileInputType::filesChosen(const Vector<FileChooserFileInfo>& files) {
|
|
|