| Index: sandbox/win/src/sandbox_policy_base.cc
|
| ===================================================================
|
| --- sandbox/win/src/sandbox_policy_base.cc (revision 157852)
|
| +++ sandbox/win/src/sandbox_policy_base.cc (working copy)
|
| @@ -478,10 +478,8 @@
|
| if (NULL != policy_)
|
| policy_maker_->Done();
|
|
|
| - if (!ApplyProcessMitigationsToSuspendedProcess(target->Process(),
|
| - mitigations_)) {
|
| + if (!ApplyProcessMitigationsToSuspendedTarget(target, mitigations_))
|
| return false;
|
| - }
|
|
|
| if (!SetupAllInterceptions(target))
|
| return false;
|
|
|