aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/workerlocation.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/workerlocation.rs')
-rw-r--r--components/script/dom/workerlocation.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/workerlocation.rs b/components/script/dom/workerlocation.rs
index 57334953e3d..d31e7c75e59 100644
--- a/components/script/dom/workerlocation.rs
+++ b/components/script/dom/workerlocation.rs
@@ -15,7 +15,7 @@ use servo_util::str::DOMString;
use url::Url;
-#[deriving(Encodable)]
+#[jstraceable]
#[must_root]
pub struct WorkerLocation {
reflector_: Reflector,