| Index: content/browser/browser_child_process_host_impl.cc
|
| diff --git a/content/browser/browser_child_process_host_impl.cc b/content/browser/browser_child_process_host_impl.cc
|
| index 7979c36bb618aaa03c7d4e84079c925f6cbe3233..91e46653943389d0bc2de226e82a73fa053f21d5 100644
|
| --- a/content/browser/browser_child_process_host_impl.cc
|
| +++ b/content/browser/browser_child_process_host_impl.cc
|
| @@ -221,7 +221,7 @@ void BrowserChildProcessHostImpl::NotifyProcessInstanceCreated(
|
| base::TerminationStatus BrowserChildProcessHostImpl::GetTerminationStatus(
|
| int* exit_code) {
|
| DCHECK(BrowserThread::CurrentlyOn(BrowserThread::IO));
|
| - if (!child_process_.get()) // If the delegate doesn't use Launch() helper.
|
| + if (!child_process_) // If the delegate doesn't use Launch() helper.
|
| return base::GetTerminationStatus(data_.handle, exit_code);
|
| return child_process_->GetChildTerminationStatus(false /* known_dead */,
|
| exit_code);
|
|
|