| Index: Source/core/html/forms/FileInputType.h
|
| diff --git a/Source/core/html/forms/FileInputType.h b/Source/core/html/forms/FileInputType.h
|
| index 79b7709694a8a018bb3461b38b08f57ae8daf9f4..8cf111cfda1dd5b6733328cd11426108741a9759 100644
|
| --- a/Source/core/html/forms/FileInputType.h
|
| +++ b/Source/core/html/forms/FileInputType.h
|
| @@ -65,6 +65,7 @@ private:
|
| virtual void setValue(const String&, bool valueChanged, TextFieldEventBehavior) OVERRIDE;
|
| virtual bool receiveDroppedFiles(const DragData*) OVERRIDE;
|
| virtual String droppedFileSystemId() OVERRIDE;
|
| + virtual void copyFiles(PassRefPtrWillBeRawPtr<FileList>) OVERRIDE;
|
| virtual bool isFileUpload() const OVERRIDE;
|
| virtual void createShadowSubtree() OVERRIDE;
|
| virtual void disabledAttributeChanged() OVERRIDE;
|
|
|