| Index: content/child/resource_dispatcher.cc
|
| diff --git a/content/child/resource_dispatcher.cc b/content/child/resource_dispatcher.cc
|
| index 1d7d03bb7807b7554a78082cbc3f09a3c275b46e..e5fb19a5f89bec2f13e4f7fbaf9cf4dc38770653 100644
|
| --- a/content/child/resource_dispatcher.cc
|
| +++ b/content/child/resource_dispatcher.cc
|
| @@ -294,8 +294,8 @@ ResourceDispatcher::ResourceDispatcher(
|
| : message_sender_(sender),
|
| delegate_(NULL),
|
| io_timestamp_(base::TimeTicks()),
|
| - weak_factory_(this),
|
| - main_thread_task_runner_(main_thread_task_runner) {
|
| + main_thread_task_runner_(main_thread_task_runner),
|
| + weak_factory_(this) {
|
| }
|
|
|
| ResourceDispatcher::~ResourceDispatcher() {
|
|
|