aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/window.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/window.rs')
-rw-r--r--components/script/dom/window.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/window.rs b/components/script/dom/window.rs
index ce60f3cdb19..75f1aaea79b 100644
--- a/components/script/dom/window.rs
+++ b/components/script/dom/window.rs
@@ -74,6 +74,7 @@ impl TimerHandle {
}
#[deriving(Encodable)]
+#[must_root]
pub struct Window {
eventtarget: EventTarget,
pub script_chan: ScriptChan,