Skip to content

Commit cc2fd4d

Browse files
committed
f
Signed-off-by: sagudev <[email protected]>
1 parent 733c412 commit cc2fd4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mozjs/tests/typedarray.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fn typedarray() {
1919
let context = runtime.cx();
2020
#[cfg(feature = "debugmozjs")]
2121
unsafe {
22-
mozjs::jsapi::SetGCZeal(context, 2, 1);
22+
mozjs::jsapi::SetGCZeal(context.raw_cx(), 2, 1);
2323
}
2424
let h_option = OnNewGlobalHookOption::FireOnNewGlobalHook;
2525
let c_option = RealmOptions::default();

0 commit comments

Comments
 (0)