| Index: webkit/tools/test_shell/simple_file_system.cc
|
| diff --git a/webkit/tools/test_shell/simple_file_system.cc b/webkit/tools/test_shell/simple_file_system.cc
|
| index db698eb74a78b2f5d92520449b5257a95cfb2776..d653a08417c9137ce7fed201c6b67dc748fd2529 100644
|
| --- a/webkit/tools/test_shell/simple_file_system.cc
|
| +++ b/webkit/tools/test_shell/simple_file_system.cc
|
| @@ -199,9 +199,7 @@ void SimpleFileSystem::CleanupOnIOThread() {
|
|
|
| FileSystemOperationInterface* SimpleFileSystem::GetNewOperation(
|
| const WebURL& url) {
|
| - return file_system_context_->CreateFileSystemOperation(
|
| - GURL(url),
|
| - base::MessageLoopProxy::current());
|
| + return file_system_context_->CreateFileSystemOperation(GURL(url));
|
| }
|
|
|
| FileSystemOperationInterface::StatusCallback
|
|
|