aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmltablecaptionelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/htmltablecaptionelement.rs')
-rw-r--r--components/script/dom/htmltablecaptionelement.rs4
1 files changed, 1 insertions, 3 deletions
diff --git a/components/script/dom/htmltablecaptionelement.rs b/components/script/dom/htmltablecaptionelement.rs
index e1ecf1914ce..90380f37eb9 100644
--- a/components/script/dom/htmltablecaptionelement.rs
+++ b/components/script/dom/htmltablecaptionelement.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 HTMLTableCaptionElement {
htmlelement: HTMLElement
}