| Index: handler/win/crash_report_exception_handler.cc
|
| diff --git a/handler/win/crash_report_exception_handler.cc b/handler/win/crash_report_exception_handler.cc
|
| index 69df244f7f9e0c5c3d81058cff57d084c6c38e79..843ac0f5a9aade7cfde120853f4fadffdb8aa9c1 100644
|
| --- a/handler/win/crash_report_exception_handler.cc
|
| +++ b/handler/win/crash_report_exception_handler.cc
|
| @@ -48,7 +48,8 @@ unsigned int CrashReportExceptionHandler::ExceptionHandlerServerException(
|
| ScopedProcessSuspend suspend(process);
|
|
|
| ProcessSnapshotWin process_snapshot;
|
| - if (!process_snapshot.Initialize(process)) {
|
| + if (!process_snapshot.Initialize(process,
|
| + ProcessSuspensionState::kSuspended)) {
|
| LOG(WARNING) << "ProcessSnapshotWin::Initialize failed";
|
| return kFailedTerminationCode;
|
| }
|
|
|