aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/worker.rs
diff options
context:
space:
mode:
authorRay Clanan <rclanan@utopianconcept.com>2014-10-22 02:59:53 -0400
committerRay Clanan <rclanan@utopianconcept.com>2014-10-23 21:33:32 -0400
commit85f746f9b97236efcb7663a57f18286f78d2f5b1 (patch)
tree6ca20db0da28ae7594b79ab8ce058d38ab4f02be /components/script/dom/worker.rs
parentd1a1ac7e28d682c9e591d7fbd9f4414a12e827c5 (diff)
downloadservo-85f746f9b97236efcb7663a57f18286f78d2f5b1.tar.gz
servo-85f746f9b97236efcb7663a57f18286f78d2f5b1.zip
Rename untraceable!() to no_jsmanaged_fields!(). References issue #3671
Diffstat (limited to 'components/script/dom/worker.rs')
-rw-r--r--components/script/dom/worker.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/worker.rs b/components/script/dom/worker.rs
index 9287037f561..9bacf26a36f 100644
--- a/components/script/dom/worker.rs
+++ b/components/script/dom/worker.rs
@@ -29,7 +29,7 @@ use std::cell::Cell;
use std::ptr;
pub struct TrustedWorkerAddress(pub *const c_void);
-untraceable!(TrustedWorkerAddress)
+no_jsmanaged_fields!(TrustedWorkerAddress)
#[dom_struct]
pub struct Worker {