| Index: content/common/mojo/embedded_application_runner.cc
|
| diff --git a/content/common/mojo/embedded_application_runner.cc b/content/common/mojo/embedded_application_runner.cc
|
| index c0257e19e4ae6b3015e8f29024400a7af9aec3f0..5d7abed900d54549082faca86bd848afaba85048 100644
|
| --- a/content/common/mojo/embedded_application_runner.cc
|
| +++ b/content/common/mojo/embedded_application_runner.cc
|
| @@ -53,8 +53,8 @@ class EmbeddedApplicationRunner::Instance
|
| void ShutDown() {
|
| DCHECK(runner_thread_checker_.CalledOnValidThread());
|
| if (thread_) {
|
| - application_task_runner_ = nullptr;
|
| thread_.reset();
|
| + application_task_runner_ = nullptr;
|
| }
|
| }
|
|
|
|
|