| Index: Source/modules/filesystem/LocalFileSystem.h
|
| diff --git a/Source/modules/filesystem/LocalFileSystem.h b/Source/modules/filesystem/LocalFileSystem.h
|
| index 1cc28f2848c4cecdb4e4d50b6717b775231b297f..35c30bc888caf522cf37bbb8c0f0e538bfa2a580 100644
|
| --- a/Source/modules/filesystem/LocalFileSystem.h
|
| +++ b/Source/modules/filesystem/LocalFileSystem.h
|
| @@ -55,7 +55,7 @@ public:
|
| FileSystemClient* client() { return m_client.get(); }
|
|
|
| static const char* supplementName();
|
| - static LocalFileSystem* from(ExecutionContext*);
|
| + static LocalFileSystem* from(ExecutionContext&);
|
|
|
| protected:
|
| explicit LocalFileSystem(PassOwnPtr<FileSystemClient>);
|
|
|