| Index: mojo/edk/test/scoped_ipc_support.cc
|
| diff --git a/mojo/edk/test/scoped_ipc_support.cc b/mojo/edk/test/scoped_ipc_support.cc
|
| index 6e9c11c2d10c35ee35ad0eaa3da278c279f9058f..2c5ecd12ef72f522ce74ca4f9ba90523981a1399 100644
|
| --- a/mojo/edk/test/scoped_ipc_support.cc
|
| +++ b/mojo/edk/test/scoped_ipc_support.cc
|
| @@ -21,7 +21,7 @@ ScopedIPCSupportHelper::~ScopedIPCSupportHelper() {
|
| base::MessageLoop::current()->task_runner() == io_thread_task_runner_) {
|
| ShutdownIPCSupportOnIOThread();
|
| } else {
|
| - ShutdownIPCSupportAndWaitForNoChannels();
|
| + ShutdownIPCSupport();
|
| run_loop_.Run();
|
| }
|
| }
|
|
|