| Index: Source/core/html/forms/FileInputType.cpp
|
| diff --git a/Source/core/html/forms/FileInputType.cpp b/Source/core/html/forms/FileInputType.cpp
|
| index e26e55da239b8c0b749554b755b74ad80afc1be9..6196fb38c8af29839009cd4a0c6c656b75649b90 100644
|
| --- a/Source/core/html/forms/FileInputType.cpp
|
| +++ b/Source/core/html/forms/FileInputType.cpp
|
| @@ -336,7 +336,7 @@ void FileInputType::receiveDropForDirectoryUpload(const Vector<String>& paths)
|
| bool FileInputType::receiveDroppedFiles(const DragData* dragData)
|
| {
|
| Vector<String> paths;
|
| - dragData->asFilenames(paths);
|
| + dragData->asFilePaths(paths);
|
| if (paths.isEmpty())
|
| return false;
|
|
|
|
|