aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlheadingelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/htmlheadingelement.rs')
-rw-r--r--components/script/dom/htmlheadingelement.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/htmlheadingelement.rs b/components/script/dom/htmlheadingelement.rs
index f8d0a5a3bed..4ec34c65a1e 100644
--- a/components/script/dom/htmlheadingelement.rs
+++ b/components/script/dom/htmlheadingelement.rs
@@ -12,7 +12,7 @@ use dom::htmlelement::{HTMLElement, HTMLElementTypeId};
use dom::node::{Node, NodeTypeId};
use util::str::DOMString;
-#[jstraceable]
+#[derive(JSTraceable)]
pub enum HeadingLevel {
Heading1,
Heading2,