aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmltimeelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/htmltimeelement.rs')
-rw-r--r--components/script/dom/htmltimeelement.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/htmltimeelement.rs b/components/script/dom/htmltimeelement.rs
index 828ba4b912a..37bca69f08d 100644
--- a/components/script/dom/htmltimeelement.rs
+++ b/components/script/dom/htmltimeelement.rs
@@ -13,6 +13,7 @@ use dom::node::{Node, NodeTypeId};
use util::str::DOMString;
#[dom_struct]
+#[derive(HeapSizeOf)]
pub struct HTMLTimeElement {
htmlelement: HTMLElement
}