aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/domrectlist.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/domrectlist.rs')
-rw-r--r--components/script/dom/domrectlist.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/domrectlist.rs b/components/script/dom/domrectlist.rs
index 0c661c4a51d..450e87eda6d 100644
--- a/components/script/dom/domrectlist.rs
+++ b/components/script/dom/domrectlist.rs
@@ -11,6 +11,7 @@ use dom::domrect::DOMRect;
use dom::window::Window;
#[deriving(Encodable)]
+#[must_root]
pub struct DOMRectList {
reflector_: Reflector,
rects: Vec<JS<DOMRect>>,