| Index: content/browser/indexed_db/indexed_db_backing_store.cc
|
| diff --git a/content/browser/indexed_db/indexed_db_backing_store.cc b/content/browser/indexed_db/indexed_db_backing_store.cc
|
| index 4ae9ed4f236722b4c76dbcb62ee677b4223794c9..290396a267f5849fe4d94d1d0772994e57685868 100644
|
| --- a/content/browser/indexed_db/indexed_db_backing_store.cc
|
| +++ b/content/browser/indexed_db/indexed_db_backing_store.cc
|
| @@ -2370,7 +2370,7 @@ class LocalWriteClosure : public FileWriterDelegate::DelegateWriteCallback,
|
|
|
| DCHECK(blob_url.is_valid());
|
| scoped_ptr<net::URLRequest> blob_request(request_context->CreateRequest(
|
| - blob_url, net::DEFAULT_PRIORITY, delegate.get(), NULL));
|
| + blob_url, net::DEFAULT_PRIORITY, delegate.get()));
|
|
|
| this->file_path_ = file_path;
|
| this->last_modified_ = last_modified;
|
|
|