| Index: chrome/common/child_process_host.cc
|
| diff --git a/chrome/common/child_process_host.cc b/chrome/common/child_process_host.cc
|
| index 0cc76fa762e5ed0abdbb939fd7c9d5354c72e84d..cf67d150777fb84b932e3118eaeefb39328cb19f 100644
|
| --- a/chrome/common/child_process_host.cc
|
| +++ b/chrome/common/child_process_host.cc
|
| @@ -206,7 +206,7 @@ void ChildProcessHost::OnChildDied() {
|
|
|
| // On POSIX, once we've called DidProcessCrash, handle() is no longer
|
| // valid. Ensure the destructor doesn't try to use it.
|
| - set_handle(0);
|
| + set_handle(NULL);
|
|
|
| delete this;
|
| }
|
|
|