| Index: Source/core/html/forms/FileInputType.h
|
| diff --git a/Source/core/html/forms/FileInputType.h b/Source/core/html/forms/FileInputType.h
|
| index f87a9b3e81251debc875fc4e5d8776664b43f446..2b87c824b22298504af1010ff4c549e177d8ebea 100644
|
| --- a/Source/core/html/forms/FileInputType.h
|
| +++ b/Source/core/html/forms/FileInputType.h
|
| @@ -64,7 +64,7 @@ private:
|
| virtual void setFiles(FileList*) override;
|
| virtual bool canSetValue(const String&) override;
|
| virtual bool getTypeSpecificValue(String&) override; // Checked first, before internal storage or the value attribute.
|
| - virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) override;
|
| + virtual void setValue(const String&, bool valueChanged, bool, TextFieldEventBehavior) override;
|
| virtual bool receiveDroppedFiles(const DragData*) override;
|
| virtual String droppedFileSystemId() override;
|
| virtual void createShadowSubtree() override;
|
|
|