| Index: Source/modules/filesystem/LocalFileSystem.h
|
| diff --git a/Source/modules/filesystem/LocalFileSystem.h b/Source/modules/filesystem/LocalFileSystem.h
|
| index e2b306b10d58dba1d86792ab4f09f6ceab03f1ec..a9edf7a059b7092a14b819084c556e840440b68f 100644
|
| --- a/Source/modules/filesystem/LocalFileSystem.h
|
| +++ b/Source/modules/filesystem/LocalFileSystem.h
|
| @@ -48,7 +48,7 @@ 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 readFileSystem(ScriptExecutionContext*, KURL, PassOwnPtr<AsyncFileSystemCallbacks>);
|
|
|
| void requestFileSystem(ScriptExecutionContext*, FileSystemType, long long size, PassOwnPtr<AsyncFileSystemCallbacks>);
|
|
|
|
|