diff options
Diffstat (limited to 'components/script/script_module.rs')
-rw-r--r-- | components/script/script_module.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/script_module.rs b/components/script/script_module.rs index 5dfe8975108..4a3da79454a 100644 --- a/components/script/script_module.rs +++ b/components/script/script_module.rs @@ -1498,7 +1498,7 @@ pub(crate) fn fetch_external_module_script( } #[derive(JSTraceable, MallocSizeOf)] -#[unrooted_must_root_lint::must_root] +#[crown::unrooted_must_root_lint::must_root] pub(crate) struct DynamicModuleList { requests: Vec<RootedTraceableBox<DynamicModule>>, @@ -1532,7 +1532,7 @@ impl DynamicModuleList { } } -#[unrooted_must_root_lint::must_root] +#[crown::unrooted_must_root_lint::must_root] #[derive(JSTraceable, MallocSizeOf)] struct DynamicModule { #[ignore_malloc_size_of = "Rc is hard"] |