| Index: net/proxy/proxy_script_fetcher_impl.cc
|
| diff --git a/net/proxy/proxy_script_fetcher_impl.cc b/net/proxy/proxy_script_fetcher_impl.cc
|
| index 32f6542ba45b06c55545a5e00ac90ebea96496cf..d69200f91a56577c2f8b7ce9f228224a1d05ca67 100644
|
| --- a/net/proxy/proxy_script_fetcher_impl.cc
|
| +++ b/net/proxy/proxy_script_fetcher_impl.cc
|
| @@ -295,9 +295,6 @@ void ProxyScriptFetcherImpl::FetchCompleted() {
|
| int result_code = result_code_;
|
| CompletionCallback callback = callback_;
|
|
|
| - // Hold a reference to the URLRequestContext to prevent re-entrancy from
|
| - // ~URLRequestContext.
|
| - scoped_refptr<const URLRequestContext> context(cur_request_->context());
|
| ResetCurRequestState();
|
|
|
| callback.Run(result_code);
|
|
|