| Index: chrome/common/child_process_host.cc
|
| diff --git a/chrome/common/child_process_host.cc b/chrome/common/child_process_host.cc
|
| index 7f934b0d69bf6a336ae7f4ff93bcb9888eff4482..e7a987f2b23edd267a62bff793c3b3eb7e3242fc 100644
|
| --- a/chrome/common/child_process_host.cc
|
| +++ b/chrome/common/child_process_host.cc
|
| @@ -117,7 +117,7 @@ void ChildProcessHost::OnWaitableEventSignaled(base::WaitableEvent *event) {
|
| DCHECK(handle());
|
| DCHECK_EQ(object, handle());
|
|
|
| - bool did_crash = base::DidProcessCrash(object);
|
| + bool did_crash = base::DidProcessCrash(NULL, object);
|
| if (did_crash) {
|
| // Report that this child process crashed.
|
| Notify(NotificationType::CHILD_PROCESS_CRASHED);
|
|
|