aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/range.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/range.rs')
-rw-r--r--components/script/dom/range.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/range.rs b/components/script/dom/range.rs
index 64a26fa0ba9..819cc284d63 100644
--- a/components/script/dom/range.rs
+++ b/components/script/dom/range.rs
@@ -1011,7 +1011,7 @@ impl RangeMethods for Range {
}
#[derive(DenyPublicFields, JSTraceable, MallocSizeOf)]
-#[must_root]
+#[unrooted_must_root_lint::must_root]
pub struct BoundaryPoint {
node: MutDom<Node>,
offset: Cell<u32>,