diff options
Diffstat (limited to 'chrome/common/child_process.cc')
-rw-r--r-- | chrome/common/child_process.cc | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/chrome/common/child_process.cc b/chrome/common/child_process.cc index 65c2622..934583a 100644 --- a/chrome/common/child_process.cc +++ b/chrome/common/child_process.cc @@ -32,10 +32,6 @@ ChildProcess::~ChildProcess() { if (child_thread_.get()) child_thread_->Stop(); - // Make sure the child thread goes away first before setting child_process_ to - // NULL since it can use it. - child_thread_.reset(); - child_process_ = NULL; } |