From 85f746f9b97236efcb7663a57f18286f78d2f5b1 Mon Sep 17 00:00:00 2001 From: Ray Clanan Date: Wed, 22 Oct 2014 02:59:53 -0400 Subject: Rename untraceable!() to no_jsmanaged_fields!(). References issue #3671 --- components/script/script_task.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'components/script/script_task.rs') diff --git a/components/script/script_task.rs b/components/script/script_task.rs index 363b7ea75cf..f07fff94983 100644 --- a/components/script/script_task.rs +++ b/components/script/script_task.rs @@ -113,7 +113,7 @@ pub enum ScriptMsg { #[deriving(Clone)] pub struct ScriptChan(pub Sender); -untraceable!(ScriptChan) +no_jsmanaged_fields!(ScriptChan) impl ScriptChan { /// Creates a new script chan. -- cgit v1.2.3