| Index: content/browser/loader/resource_dispatcher_host_impl.cc
|
| diff --git a/content/browser/loader/resource_dispatcher_host_impl.cc b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| index 8b655fc4305c923d2558f248fe8aa20ebf6e4890..7eee77be2ee8e88ce52716df20725c3eb12f974c 100644
|
| --- a/content/browser/loader/resource_dispatcher_host_impl.cc
|
| +++ b/content/browser/loader/resource_dispatcher_host_impl.cc
|
| @@ -1397,7 +1397,7 @@ void ResourceDispatcherHostImpl::RemovePendingLoader(
|
| pending_loaders_.erase(iter);
|
|
|
| // If we have no more pending requests, then stop the load state monitor
|
| - if (pending_loaders_.empty() && update_load_states_timer_.get())
|
| + if (pending_loaders_.empty() && update_load_states_timer_)
|
| update_load_states_timer_->Stop();
|
| }
|
|
|
|
|