| 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 441396df67a176978c3a2d8dd10c6f167ad274b1..e5434e9ecd1c46f422aa1f2cc6a357994370414f 100644
|
| --- a/webkit/tools/test_shell/simple_file_system.cc
|
| +++ b/webkit/tools/test_shell/simple_file_system.cc
|
| @@ -271,7 +271,7 @@ bool SimpleFileSystem::HasFilePermission(
|
|
|
| FileSystemOperation* SimpleFileSystem::GetNewOperation(
|
| const fileapi::FileSystemURL& url) {
|
| - return file_system_context_->CreateFileSystemOperation(url);
|
| + return file_system_context_->CreateFileSystemOperation(url, NULL);
|
| }
|
|
|
| FileSystemOperation::StatusCallback
|
|
|