| 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 22bd411194f658a9aad10648cac8dc0592d06daf..0db7b6141b3d341fc3a0ad0766afc9f011721146 100644
|
| --- a/content/browser/indexed_db/indexed_db_backing_store.cc
|
| +++ b/content/browser/indexed_db/indexed_db_backing_store.cc
|
| @@ -2374,7 +2374,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;
|
|
|