| Index: content/browser/renderer_host/resource_dispatcher_host.cc
|
| diff --git a/content/browser/renderer_host/resource_dispatcher_host.cc b/content/browser/renderer_host/resource_dispatcher_host.cc
|
| index cccc1215311632bccfaa0b637c126af8f51d1d9d..a4517e6b32df80f9af4714cb1015f677f91f678d 100644
|
| --- a/content/browser/renderer_host/resource_dispatcher_host.cc
|
| +++ b/content/browser/renderer_host/resource_dispatcher_host.cc
|
| @@ -1577,7 +1577,7 @@ void ResourceDispatcherHost::InsertIntoResourceQueue(
|
| if (!update_load_states_timer_.IsRunning()) {
|
| update_load_states_timer_.Start(
|
| TimeDelta::FromMilliseconds(kUpdateLoadStatesIntervalMsec),
|
| - this, &ResourceDispatcherHost::UpdateLoadStates);
|
| + this, &ResourceDispatcherHost::UpdateLoadStates, FROM_HERE);
|
| }
|
| }
|
|
|
|
|