aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_module.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/script_module.rs')
-rw-r--r--components/script/script_module.rs1
1 files changed, 1 insertions, 0 deletions
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<IndexSet<ModuleIdentity>>,
#[no_trace]
descendant_urls: DomRefCell<IndexSet<ServoUrl>>,