diff options
author | bors-servo <metajack+bors@gmail.com> | 2014-10-15 23:24:20 -0600 |
---|---|---|
committer | bors-servo <metajack+bors@gmail.com> | 2014-10-15 23:24:20 -0600 |
commit | 9af090006017747809f5f72a8870bd516b20f483 (patch) | |
tree | 61b3bfd83a90dc9b7d6bd00fc63126445574ae43 /components/script/dom/node.rs | |
parent | 84b2fe54b9a4f1b04531600492be1b27d3915e05 (diff) | |
parent | 38cbf86c8f0062b1944c99d3b690945109fbaee7 (diff) | |
download | servo-9af090006017747809f5f72a8870bd516b20f483.tar.gz servo-9af090006017747809f5f72a8870bd516b20f483.zip |
auto merge of #3684 : Manishearth/servo/dom_struct, r=jdm
This attribute implies #[jstraceable], #[privatize], and #[must_root].
Diffstat (limited to 'components/script/dom/node.rs')
-rw-r--r-- | components/script/dom/node.rs | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/components/script/dom/node.rs b/components/script/dom/node.rs index 57b2ca2a6fb..94753b96d48 100644 --- a/components/script/dom/node.rs +++ b/components/script/dom/node.rs @@ -71,9 +71,7 @@ use uuid; // /// An HTML node. -#[jstraceable] -#[must_root] -#[privatize] +#[dom_struct] pub struct Node { /// The JavaScript reflector for this node. eventtarget: EventTarget, |