diff options
Diffstat (limited to 'webkit/tools/test_shell/simple_file_writer.cc')
-rw-r--r-- | webkit/tools/test_shell/simple_file_writer.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/webkit/tools/test_shell/simple_file_writer.cc b/webkit/tools/test_shell/simple_file_writer.cc index 5956696..dfa37ba 100644 --- a/webkit/tools/test_shell/simple_file_writer.cc +++ b/webkit/tools/test_shell/simple_file_writer.cc @@ -130,8 +130,7 @@ class SimpleFileWriter::IOThreadProxy FileSystemOperation* GetNewOperation() { // The FileSystemOperation takes ownership of the CallbackDispatcher. return new FileSystemOperation(new CallbackDispatcher(this), - io_thread_, file_system_context_.get(), - NULL); + io_thread_, file_system_context_.get()); } void DidSucceed() { |