diff --git a/js/xpconnect/src/XPCJSRuntime.cpp b/js/xpconnect/src/XPCJSRuntime.cpp index 23d498932c..78f79367a8 100644 --- a/js/xpconnect/src/XPCJSRuntime.cpp +++ b/js/xpconnect/src/XPCJSRuntime.cpp @@ -3264,7 +3264,7 @@ JSObject* XPCJSRuntime::UnprivilegedJunkScope(const mozilla::fallible_t&) { JSObject* XPCJSRuntime::UnprivilegedJunkScope() { JSObject* scope = UnprivilegedJunkScope(fallible); - MOZ_RELEASE_ASSERT(scope); + //MOZ_RELEASE_ASSERT(scope); return scope; }