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..b47608f98971e6ec3495baa82db0aa13aa79cba5 100644 |
--- a/Source/core/html/forms/FileInputType.h |
+++ b/Source/core/html/forms/FileInputType.h |
@@ -48,6 +48,7 @@ public: |
virtual void trace(Visitor*) override; |
static Vector<FileChooserFileInfo> filesFromFormControlState(const FormControlState&); |
static FileList* createFileList(const Vector<FileChooserFileInfo>& files, bool hasWebkitDirectoryAttr); |
+ static void getAcceptableDropFileNames(const DragData&, Vector<String>*); |
private: |
FileInputType(HTMLInputElement&); |