[Webkit-unassigned] [Bug 47519] [FileSystem] Add ability to pass a bool to create or not create root path while opening filesystem.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 12 11:02:56 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=47519





--- Comment #2 from Dumitru Daniliuc <dumi at chromium.org>  2010-10-12 11:02:55 PST ---
(From update of attachment 70508)
View in context: https://bugs.webkit.org/attachment.cgi?id=70508&action=review

> WebKit/chromium/src/LocalFileSystemChromium.cpp:71
> +        webWorker->openFileSystem(static_cast<WebFileSystem::Type>(type), size, create, new WebFileSystemCallbacksImpl(callbacks, context, synchronous), create, synchronous);

why do we need to pass the 'create' arg twice?

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list