summaryrefslogtreecommitdiffstats
path: root/media/libsoundtouch
diff options
context:
space:
mode:
Diffstat (limited to 'media/libsoundtouch')
-rw-r--r--media/libsoundtouch/src/RLBoxSoundTouch.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/media/libsoundtouch/src/RLBoxSoundTouch.cpp b/media/libsoundtouch/src/RLBoxSoundTouch.cpp
index a3ec3e6163..2c5fca2bad 100644
--- a/media/libsoundtouch/src/RLBoxSoundTouch.cpp
+++ b/media/libsoundtouch/src/RLBoxSoundTouch.cpp
@@ -12,7 +12,7 @@ using namespace soundtouch;
RLBoxSoundTouch::RLBoxSoundTouch() {
#ifdef MOZ_WASM_SANDBOXING_SOUNDTOUCH
- mSandbox.create_sandbox(false /* infallible */);
+ mSandbox.create_sandbox(true /* infallible */);
#else
mSandbox.create_sandbox();
#endif