mirror of
https://github.com/servo/servo
synced 2026-05-12 18:06:32 +02:00
This is follow-up of #41459. We replace some of these: ```rust let mut cx = unsafe { script_bindings::script_runtime::temp_cx() }; ``` ..by passing a `cx: &mut JSContext` instead. --- Testing: existing WPT tests Fixes: #43453 Signed-off-by: pylbrecht <pylbrecht@mailbox.org>
87 KiB
87 KiB