From 450f8193a567ac6e5acd84e89fe73ed7ce137a78 Mon Sep 17 00:00:00 2001 From: Samson <16504129+sagudev@users.noreply.github.com> Date: Thu, 10 Aug 2023 23:46:06 +0200 Subject: Use mozjs tracing infrastructure (#29918) * Update mozjs https://github.com/servo/mozjs/commit/64711ec2e6dc4595df691bffc7f1e5052ab86c8d also fixes https://github.com/servo/servo/issues/30043 * Move to mozjs Traceable and introduce CustomTraceable --- components/script/script_module.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'components/script/script_module.rs') diff --git a/components/script/script_module.rs b/components/script/script_module.rs index 01fe01e3472..f09ba9bf6c2 100644 --- a/components/script/script_module.rs +++ b/components/script/script_module.rs @@ -178,6 +178,7 @@ pub struct ModuleTree { // By default all maps in web specs are ordered maps // (https://infra.spec.whatwg.org/#ordered-map), however we can usually get away with using // stdlib maps and sets because we rarely iterate over them. + #[custom_trace] parent_identities: DomRefCell>, #[no_trace] descendant_urls: DomRefCell>, -- cgit v1.2.3