diff options
Diffstat (limited to 'src/engine/engine.cpp')
-rw-r--r-- | src/engine/engine.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/engine/engine.cpp b/src/engine/engine.cpp index 458386d4..bb4061a7 100644 --- a/src/engine/engine.cpp +++ b/src/engine/engine.cpp | |||
@@ -454,7 +454,7 @@ static HRESULT RunUntrusted( | |||
454 | } | 454 | } |
455 | else | 455 | else |
456 | { | 456 | { |
457 | hr = CacheBundleToCleanRoom(&pEngineState->userExperience.payloads, &pEngineState->section, &sczCachedCleanRoomBundlePath); | 457 | hr = CacheBundleToCleanRoom(&pEngineState->section, &sczCachedCleanRoomBundlePath); |
458 | ExitOnFailure(hr, "Failed to cache to clean room."); | 458 | ExitOnFailure(hr, "Failed to cache to clean room."); |
459 | 459 | ||
460 | wzCleanRoomBundlePath = sczCachedCleanRoomBundlePath; | 460 | wzCleanRoomBundlePath = sczCachedCleanRoomBundlePath; |