auto merge of #3684 : Manishearth/servo/dom_struct, r=jdm

This attribute implies #[jstraceable], #[privatize], and #[must_root].
This commit is contained in:
bors-servo 2014-10-15 23:24:20 -06:00
commit 9af0900060
121 changed files with 134 additions and 361 deletions

View file

@ -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,