From a94275402997c11dd2e778633dacf4b7e630a35d Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Fri, 22 Oct 2010 13:02:20 +0100 Subject: Merge WebKit at r70209: Initial merge by Git Change-Id: Id23a68efa36e9d1126bcce0b137872db00892c8e --- WebCore/fileapi/LocalFileSystem.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'WebCore/fileapi/LocalFileSystem.h') 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); + void requestFileSystem(ScriptExecutionContext*, AsyncFileSystem::Type, long long size, PassOwnPtr, bool synchronous = false); #if !PLATFORM(CHROMIUM) // This call is not thread-safe; must be called before any worker threads are created. -- cgit v1.1