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.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/blob.rs b/components/script/dom/blob.rs
index a727e3d3c74..231216815f4 100644
--- a/components/script/dom/blob.rs
+++ b/components/script/dom/blob.rs
@@ -17,7 +17,7 @@ use std::ascii::AsciiExt;
use std::borrow::ToOwned;
use std::cmp::{min, max};
-#[jstraceable]
+#[derive(JSTraceable)]
pub enum BlobTypeId {
Blob,
File,