Index: chrome/common/child_process_host.cc |
=================================================================== |
--- chrome/common/child_process_host.cc (revision 28691) |
+++ chrome/common/child_process_host.cc (working copy) |
@@ -205,7 +205,7 @@ |
// 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; |
} |