From 3f2cbb275be8675a3f3a8504de1761d0e444f256 Mon Sep 17 00:00:00 2001 From: Manish Goregaokar Date: Wed, 15 Oct 2014 14:25:33 +0530 Subject: Use #[dom_struct] everywhere --- components/script/dom/htmlhtmlelement.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'components/script/dom/htmlhtmlelement.rs') diff --git a/components/script/dom/htmlhtmlelement.rs b/components/script/dom/htmlhtmlelement.rs index f3cd408a31d..dddde174b73 100644 --- a/components/script/dom/htmlhtmlelement.rs +++ b/components/script/dom/htmlhtmlelement.rs @@ -13,9 +13,7 @@ use dom::htmlelement::HTMLElement; use dom::node::{Node, ElementNodeTypeId}; use servo_util::str::DOMString; -#[jstraceable] -#[must_root] -#[privatize] +#[dom_struct] pub struct HTMLHtmlElement { htmlelement: HTMLElement } -- cgit v1.2.3