| Index: content/common/child_thread.cc
|
| diff --git a/content/common/child_thread.cc b/content/common/child_thread.cc
|
| index 3f00f93e120f259a43f9d308c7810df563b551a6..e2f1b204cece5382c2bf781da1ecbc4ad67afab0 100644
|
| --- a/content/common/child_thread.cc
|
| +++ b/content/common/child_thread.cc
|
| @@ -83,7 +83,7 @@ ChildThread::~ChildThread() {
|
| // until this process is shut down, and the OS closes the handle
|
| // automatically. We used to watch the object handle on Windows to do this,
|
| // but it wasn't possible to do so on POSIX.
|
| - channel_->ClearIPCMessageLoop();
|
| + channel_->ClearIPCTaskRunner();
|
| }
|
|
|
| void ChildThread::OnChannelError() {
|
|
|