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.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/dom/htmltablecaptionelement.rs b/components/script/dom/htmltablecaptionelement.rs
index 80d643e338a..8c74e526756 100644
--- a/components/script/dom/htmltablecaptionelement.rs
+++ b/components/script/dom/htmltablecaptionelement.rs
@@ -13,7 +13,6 @@ use dom::node::{Node, NodeTypeId};
use util::str::DOMString;
#[dom_struct]
-#[derive(HeapSizeOf)]
pub struct HTMLTableCaptionElement {
htmlelement: HTMLElement
}
@@ -44,4 +43,3 @@ impl HTMLTableCaptionElement {
Node::reflect_node(box element, document, HTMLTableCaptionElementBinding::Wrap)
}
}
-