| Index: chrome/common/child_process_host.cc
|
| diff --git a/chrome/common/child_process_host.cc b/chrome/common/child_process_host.cc
|
| index 830d7e07ada733d661a1eb9d9bfb45c10e7bc941..4b7a999f478fa6131a58e33df4b5e64117c0631a 100644
|
| --- a/chrome/common/child_process_host.cc
|
| +++ b/chrome/common/child_process_host.cc
|
| @@ -205,7 +205,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(NULL);
|
| + set_handle(base::kNullProcessHandle);
|
|
|
| delete this;
|
| }
|
|
|