| Index: third_party/WebKit/Source/core/html/forms/FileInputType.h
|
| diff --git a/third_party/WebKit/Source/core/html/forms/FileInputType.h b/third_party/WebKit/Source/core/html/forms/FileInputType.h
|
| index 865703e5b21d2ed40b8f29befc1e145faf083ac5..8d13eaf97c37a81ac6ec62700b9102f6854622fb 100644
|
| --- a/third_party/WebKit/Source/core/html/forms/FileInputType.h
|
| +++ b/third_party/WebKit/Source/core/html/forms/FileInputType.h
|
| @@ -81,7 +81,8 @@ class CORE_EXPORT FileInputType final : public InputType,
|
| String valueInFilenameValueMode() const override;
|
| void setValue(const String&,
|
| bool valueChanged,
|
| - TextFieldEventBehavior) override;
|
| + TextFieldEventBehavior,
|
| + TextControlSetValueSelection) override;
|
| bool receiveDroppedFiles(const DragData*) override;
|
| String droppedFileSystemId() override;
|
| void createShadowSubtree() override;
|
|
|