mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
auto merge of #3684 : Manishearth/servo/dom_struct, r=jdm
This attribute implies #[jstraceable], #[privatize], and #[must_root].
This commit is contained in:
commit
9af0900060
121 changed files with 134 additions and 361 deletions
|
@ -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,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue