aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/node.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/node.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/node.rs')
-rw-r--r--components/script/dom/node.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/node.rs b/components/script/dom/node.rs
index e3e7ef15bad..d13feb5193e 100644
--- a/components/script/dom/node.rs
+++ b/components/script/dom/node.rs
@@ -201,7 +201,7 @@ pub struct LayoutDataRef {
pub data_cell: RefCell<Option<LayoutData>>,
}
-untraceable!(LayoutDataRef)
+no_jsmanaged_fields!(LayoutDataRef)
impl LayoutDataRef {
pub fn new() -> LayoutDataRef {