| Index: content/common/sandbox_win.cc
|
| diff --git a/content/common/sandbox_win.cc b/content/common/sandbox_win.cc
|
| index a3554a23e8d5b18cbe6c8e1482c45274445d702b..856d12227a1835e244264b0a9c38c399f0b6d46c 100644
|
| --- a/content/common/sandbox_win.cc
|
| +++ b/content/common/sandbox_win.cc
|
| @@ -814,7 +814,7 @@ base::Process StartSandboxedProcess(
|
|
|
| delegate->PostSpawnTarget(target.process_handle());
|
|
|
| - CHECK(ResumeThread(target.thread_handle()) != -1);
|
| + CHECK(ResumeThread(target.thread_handle()) != static_cast<DWORD>(-1));
|
| return base::Process(target.TakeProcessHandle());
|
| }
|
|
|
|
|