| Index: webkit/blob/blob_url_request_job.cc
|
| diff --git a/webkit/blob/blob_url_request_job.cc b/webkit/blob/blob_url_request_job.cc
|
| index 80e382b554a9685141050e48fa23da99b867999f..f23fe536b9e506233afb003cf7deb48bec6f1a5b 100644
|
| --- a/webkit/blob/blob_url_request_job.cc
|
| +++ b/webkit/blob/blob_url_request_job.cc
|
| @@ -48,9 +48,10 @@ const char kHTTPInternalErrorText[] = "Internal Server Error";
|
|
|
| BlobURLRequestJob::BlobURLRequestJob(
|
| net::URLRequest* request,
|
| + net::NetworkDelegate* network_delegate,
|
| BlobData* blob_data,
|
| base::MessageLoopProxy* file_thread_proxy)
|
| - : net::URLRequestJob(request, request->context()->network_delegate()),
|
| + : net::URLRequestJob(request, network_delegate),
|
| ALLOW_THIS_IN_INITIALIZER_LIST(weak_factory_(this)),
|
| blob_data_(blob_data),
|
| file_thread_proxy_(file_thread_proxy),
|
|
|