| Index: content/common/child_process.cc
|
| diff --git a/content/common/child_process.cc b/content/common/child_process.cc
|
| index 75c80ecd24a64f646e965aa65352b764196b2f25..c66e4a44a7e00904903225cf5268473dafb88032 100644
|
| --- a/content/common/child_process.cc
|
| +++ b/content/common/child_process.cc
|
| @@ -98,7 +98,7 @@ void ChildProcess::ReleaseProcess() {
|
| if (--ref_count_)
|
| return;
|
|
|
| - if (main_thread_.get()) // null in unittests.
|
| + if (main_thread_) // null in unittests.
|
| main_thread_->OnProcessFinalRelease();
|
| }
|
|
|
|
|