diff options
Diffstat (limited to 'Source/WebCore/fileapi/LocalFileSystem.h')
-rw-r--r-- | Source/WebCore/fileapi/LocalFileSystem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/WebCore/fileapi/LocalFileSystem.h b/Source/WebCore/fileapi/LocalFileSystem.h index baf72d9..2eabd7a 100644 --- a/Source/WebCore/fileapi/LocalFileSystem.h +++ b/Source/WebCore/fileapi/LocalFileSystem.h @@ -54,7 +54,7 @@ public: static LocalFileSystem& localFileSystem(); // Does not create the root path for file system, just reads it if available. - void readFileSystem(ScriptExecutionContext*, AsyncFileSystem::Type, PassOwnPtr<AsyncFileSystemCallbacks>); + void readFileSystem(ScriptExecutionContext*, AsyncFileSystem::Type, PassOwnPtr<AsyncFileSystemCallbacks>, bool synchronous = false); void requestFileSystem(ScriptExecutionContext*, AsyncFileSystem::Type, long long size, PassOwnPtr<AsyncFileSystemCallbacks>, bool synchronous = false); |