| Index: net/url_request/url_request_job_factory_impl.cc
|
| diff --git a/net/url_request/url_request_job_factory_impl.cc b/net/url_request/url_request_job_factory_impl.cc
|
| index 8fe47034255b808cbb0772cc02adbd7b7771213d..29e6a2c2fe7b3ba04da426127f3f3c73df7228b6 100644
|
| --- a/net/url_request/url_request_job_factory_impl.cc
|
| +++ b/net/url_request/url_request_job_factory_impl.cc
|
| @@ -77,7 +77,7 @@ bool URLRequestJobFactoryImpl::IsHandledProtocol(
|
| const std::string& scheme) const {
|
| DCHECK(CalledOnValidThread());
|
| return base::ContainsKey(protocol_handler_map_, scheme) ||
|
| - URLRequestJobManager::GetInstance()->SupportsScheme(scheme);
|
| + URLRequestJobManager::SupportsScheme(scheme);
|
| }
|
|
|
| bool URLRequestJobFactoryImpl::IsHandledURL(const GURL& url) const {
|
|
|