aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/macros.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/macros.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/macros.rs')
-rw-r--r--components/script/dom/macros.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/macros.rs b/components/script/dom/macros.rs
index db2d83246ce..540da5efb5f 100644
--- a/components/script/dom/macros.rs
+++ b/components/script/dom/macros.rs
@@ -164,7 +164,7 @@ macro_rules! make_uint_setter(
/// For use on non-jsmanaged types
/// Use #[jstraceable] on JS managed types
-macro_rules! untraceable(
+macro_rules! no_jsmanaged_fields(
($($ty:ident),+) => (
$(
impl JSTraceable for $ty {