| Index: components/nacl/common/nacl_debug_exception_handler_win.cc
|
| diff --git a/components/nacl/common/nacl_debug_exception_handler_win.cc b/components/nacl/common/nacl_debug_exception_handler_win.cc
|
| index f8efafce0ca5078e1c573fca46a3fd93dbd461f0..7c1e9c0e4e78a589382e3fc570b2d47770697559 100644
|
| --- a/components/nacl/common/nacl_debug_exception_handler_win.cc
|
| +++ b/components/nacl/common/nacl_debug_exception_handler_win.cc
|
| @@ -30,7 +30,7 @@ class DebugExceptionHandler : public base::PlatformThread::Delegate {
|
| // NaClDebugExceptionHandlerRun() receives debug events for the
|
| // process.
|
| bool attached = false;
|
| - int pid = nacl_process_.pid();
|
| + int pid = nacl_process_.Pid();
|
| if (nacl_process_.IsValid()) {
|
| DCHECK(pid);
|
| if (!DebugActiveProcess(pid)) {
|
|
|