aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlparamelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/htmlparamelement.rs')
-rw-r--r--components/script/dom/htmlparamelement.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/dom/htmlparamelement.rs b/components/script/dom/htmlparamelement.rs
index e1c5a2deea6..d8a18d3d152 100644
--- a/components/script/dom/htmlparamelement.rs
+++ b/components/script/dom/htmlparamelement.rs
@@ -13,7 +13,6 @@ use dom::node::{Node, NodeTypeId};
use util::str::DOMString;
#[dom_struct]
-#[derive(HeapSizeOf)]
pub struct HTMLParamElement {
htmlelement: HTMLElement
}
@@ -44,4 +43,3 @@ impl HTMLParamElement {
Node::reflect_node(box element, document, HTMLParamElementBinding::Wrap)
}
}
-