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.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/range.rs b/components/script/dom/range.rs
index 7dffb7128e3..78f1e9ba6ab 100644
--- a/components/script/dom/range.rs
+++ b/components/script/dom/range.rs
@@ -290,7 +290,7 @@ impl<'a> RangeMethods for &'a Range {
}
}
-#[jstraceable]
+#[derive(JSTraceable)]
#[must_root]
#[privatize]
pub struct RangeInner {
@@ -424,7 +424,7 @@ impl RangeInner {
}
}
-#[jstraceable]
+#[derive(JSTraceable)]
#[must_root]
#[privatize]
pub struct BoundaryPoint {