aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlhtmlelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/htmlhtmlelement.rs')
-rw-r--r--components/script/dom/htmlhtmlelement.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmlhtmlelement.rs b/components/script/dom/htmlhtmlelement.rs
index b4b0348da1a..bfc7a3032f3 100644
--- a/components/script/dom/htmlhtmlelement.rs
+++ b/components/script/dom/htmlhtmlelement.rs
@@ -13,7 +13,7 @@ use dom::htmlelement::HTMLElement;
use dom::node::{Node, ElementNodeTypeId};
use servo_util::str::DOMString;
-#[deriving(Encodable)]
+#[jstraceable]
#[must_root]
pub struct HTMLHtmlElement {
pub htmlelement: HTMLElement