| Index: Source/core/fileapi/FileList.h
|
| diff --git a/Source/core/fileapi/FileList.h b/Source/core/fileapi/FileList.h
|
| index 079cc3f69701782e50c5252a0fe8ccd94d85a7cc..aac86ba4284243e44ae1e11e2e71d382c228885d 100644
|
| --- a/Source/core/fileapi/FileList.h
|
| +++ b/Source/core/fileapi/FileList.h
|
| @@ -49,7 +49,7 @@ public:
|
| bool isEmpty() const { return m_files.isEmpty(); }
|
| void clear() { m_files.clear(); }
|
| void append(PassRefPtrWillBeRawPtr<File> file) { m_files.append(file); }
|
| - Vector<String> paths() const;
|
| + Vector<String> pathsForUserVisibleFiles() const;
|
|
|
| void trace(Visitor*);
|
|
|
|
|