| Index: Source/modules/filesystem/LocalFileSystem.h
|
| diff --git a/Source/modules/filesystem/LocalFileSystem.h b/Source/modules/filesystem/LocalFileSystem.h
|
| index e2b306b10d58dba1d86792ab4f09f6ceab03f1ec..d25fce5107bd7402dc864ae3415701b177073d78 100644
|
| --- a/Source/modules/filesystem/LocalFileSystem.h
|
| +++ b/Source/modules/filesystem/LocalFileSystem.h
|
| @@ -47,8 +47,7 @@ class LocalFileSystemBase {
|
| public:
|
| virtual ~LocalFileSystemBase();
|
|
|
| - // Does not create the new file system if it doesn't exist, just reads it if available.
|
| - void readFileSystem(ScriptExecutionContext*, FileSystemType, PassOwnPtr<AsyncFileSystemCallbacks>);
|
| + void resolveURL(ScriptExecutionContext*, const KURL&, PassOwnPtr<AsyncFileSystemCallbacks>);
|
|
|
| void requestFileSystem(ScriptExecutionContext*, FileSystemType, long long size, PassOwnPtr<AsyncFileSystemCallbacks>);
|
|
|
|
|