mirror of
https://github.com/servo/servo.git
synced 2025-06-08 08:33:26 +00:00
Rename untraceable!() to no_jsmanaged_fields!(). References issue #3671
This commit is contained in:
parent
d1a1ac7e28
commit
85f746f9b9
6 changed files with 26 additions and 26 deletions
|
@ -113,7 +113,7 @@ pub enum ScriptMsg {
|
|||
#[deriving(Clone)]
|
||||
pub struct ScriptChan(pub Sender<ScriptMsg>);
|
||||
|
||||
untraceable!(ScriptChan)
|
||||
no_jsmanaged_fields!(ScriptChan)
|
||||
|
||||
impl ScriptChan {
|
||||
/// Creates a new script chan.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue