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.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/components/script/dom/blob.rs b/components/script/dom/blob.rs
index 5849b75ff10..f59c690360e 100644
--- a/components/script/dom/blob.rs
+++ b/components/script/dom/blob.rs
@@ -15,9 +15,7 @@ pub enum BlobType {
FileTypeId
}
-#[jstraceable]
-#[must_root]
-#[privatize]
+#[dom_struct]
pub struct Blob {
reflector_: Reflector,
type_: BlobType