Index: Source/core/fileapi/FileList.h |
diff --git a/Source/core/fileapi/FileList.h b/Source/core/fileapi/FileList.h |
index ab9e0bad4c72bb1f38e42c20e000ed6f144a47c9..f91ee8d82c0c8a206c607b78c5e7d84aa9f6159d 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*); |