diff options
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r-- | components/script/script_thread.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs index 20ac88b7bc1..43741209fa1 100644 --- a/components/script/script_thread.rs +++ b/components/script/script_thread.rs @@ -434,7 +434,7 @@ impl OpaqueSender<CommonScriptMsg> for Sender<MainThreadScriptMsg> { /// The set of all documents managed by this script thread. #[derive(JSTraceable)] -#[must_root] +#[unrooted_must_root_lint::must_root] pub struct Documents { map: HashMap<PipelineId, Dom<Document>>, } |