Skip to content

Commit

Permalink
To fix the crash Feodor2#427
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedor committed May 4, 2024
1 parent e46376f commit 43af446
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/xpconnect/src/XPCJSRuntime.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down

0 comments on commit 43af446

Please sign in to comment.