| Index: third_party/WebKit/Source/modules/filesystem/LocalFileSystem.h
|
| diff --git a/third_party/WebKit/Source/modules/filesystem/LocalFileSystem.h b/third_party/WebKit/Source/modules/filesystem/LocalFileSystem.h
|
| index 986eed4722e1c17604f70ce9b3abb9a2f4002084..a5a8e0cd44f6d079234d79e9d243601e1becdd26 100644
|
| --- a/third_party/WebKit/Source/modules/filesystem/LocalFileSystem.h
|
| +++ b/third_party/WebKit/Source/modules/filesystem/LocalFileSystem.h
|
| @@ -75,7 +75,7 @@ protected:
|
|
|
| private:
|
| WebFileSystem* fileSystem() const;
|
| - void requestFileSystemAccessInternal(ExecutionContext*, PassOwnPtr<Closure> allowed, PassOwnPtr<Closure> denied);
|
| + void requestFileSystemAccessInternal(ExecutionContext*, PassOwnPtr<SameThreadClosure> allowed, PassOwnPtr<SameThreadClosure> denied);
|
| void fileSystemNotAvailable(PassRefPtrWillBeRawPtr<ExecutionContext>, CallbackWrapper*);
|
| void fileSystemNotAllowedInternal(PassRefPtrWillBeRawPtr<ExecutionContext>, CallbackWrapper*);
|
| void fileSystemAllowedInternal(PassRefPtrWillBeRawPtr<ExecutionContext>, FileSystemType, CallbackWrapper*);
|
|
|