Index: Source/modules/filesystem/DOMFileSystemBase.h |
diff --git a/Source/modules/filesystem/DOMFileSystemBase.h b/Source/modules/filesystem/DOMFileSystemBase.h |
index 640a3bfd42950ad47ec48bf2ea90b1de2662550e..2b09927c0a8d6c8523dd99287b4b401aed37ac85 100644 |
--- a/Source/modules/filesystem/DOMFileSystemBase.h |
+++ b/Source/modules/filesystem/DOMFileSystemBase.h |
@@ -90,6 +90,7 @@ public: |
bool supportsToURL() const; |
KURL createFileSystemURL(const EntryBase*) const; |
KURL createFileSystemURL(const String& fullPath) const; |
+ static bool pathToAbsolutePath(FileSystemType, const EntryBase*, String path, String& absolutePath); |
// Actual FileSystem API implementations. All the validity checks on virtual paths are done at this level. |
// They return false for immediate errors that don't involve lower AsyncFileSystem layer (e.g. for name validation errors). Otherwise they return true (but later may call back with an runtime error). |