summaryrefslogtreecommitdiffstats
path: root/WebCore/fileapi/LocalFileSystem.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/fileapi/LocalFileSystem.h')
-rw-r--r--WebCore/fileapi/LocalFileSystem.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/fileapi/LocalFileSystem.h b/WebCore/fileapi/LocalFileSystem.h
index bb1d045..9d8ae65 100644
--- a/WebCore/fileapi/LocalFileSystem.h
+++ b/WebCore/fileapi/LocalFileSystem.h
@@ -52,7 +52,7 @@ public:
// calling this one.
static LocalFileSystem& localFileSystem();
- void requestFileSystem(ScriptExecutionContext*, AsyncFileSystem::Type, long long size, PassOwnPtr<AsyncFileSystemCallbacks>);
+ void requestFileSystem(ScriptExecutionContext*, AsyncFileSystem::Type, long long size, PassOwnPtr<AsyncFileSystemCallbacks>, bool synchronous = false);
#if !PLATFORM(CHROMIUM)
// This call is not thread-safe; must be called before any worker threads are created.