aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/blob.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/blob.rs')
-rw-r--r--components/script/dom/blob.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/blob.rs b/components/script/dom/blob.rs
index 1a7d2a21636..0bbdca9f93d 100644
--- a/components/script/dom/blob.rs
+++ b/components/script/dom/blob.rs
@@ -16,6 +16,7 @@ pub enum BlobType {
}
#[deriving(Encodable)]
+#[must_root]
pub struct Blob {
reflector_: Reflector,
type_: BlobType