| Index: content/common/sandbox_win.cc
|
| diff --git a/content/common/sandbox_win.cc b/content/common/sandbox_win.cc
|
| index 651148b271ab7c182ddc680d58fe9f5322612fe6..1a5a66c0831b615aa6bb7dd784ac375db5b9e4cc 100644
|
| --- a/content/common/sandbox_win.cc
|
| +++ b/content/common/sandbox_win.cc
|
| @@ -722,7 +722,7 @@ base::ProcessHandle StartSandboxedProcess(
|
| if (delegate)
|
| delegate->PostSpawnTarget(target.process_handle());
|
|
|
| - ResumeThread(target.thread_handle());
|
| + CHECK(ResumeThread(target.thread_handle()) != -1);
|
| TRACE_EVENT_END_ETW("StartProcessWithAccess", 0, type_str);
|
| return target.TakeProcessHandle();
|
| }
|
|
|