Index: components/nacl/browser/nacl_process_host.cc |
diff --git a/components/nacl/browser/nacl_process_host.cc b/components/nacl/browser/nacl_process_host.cc |
index b6345f0bd2be14867b3ea37555fedf6a2b4e7729..7cf381e549f484097f99511808af9e7053ff18d4 100644 |
--- a/components/nacl/browser/nacl_process_host.cc |
+++ b/components/nacl/browser/nacl_process_host.cc |
@@ -1189,7 +1189,8 @@ bool NaClProcessHost::AttachDebugExceptionHandler(const std::string& info, |
// the 32-bit browser process to run the debug exception handler. |
if (RunningOnWOW64()) { |
return NaClBrokerService::GetInstance()->LaunchDebugExceptionHandler( |
- weak_factory_.GetWeakPtr(), nacl_pid, process_handle, info); |
+ weak_factory_.GetWeakPtr(), nacl_pid, process_handle.Get(), |
+ info); |
} else { |
NaClStartDebugExceptionHandlerThread( |
process_handle.Take(), info, |