aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmlvideoelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/htmlvideoelement.rs')
-rw-r--r--components/script/dom/htmlvideoelement.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/htmlvideoelement.rs b/components/script/dom/htmlvideoelement.rs
index b95f683bcd2..1ccd7f8eb0c 100644
--- a/components/script/dom/htmlvideoelement.rs
+++ b/components/script/dom/htmlvideoelement.rs
@@ -14,6 +14,7 @@ use dom::node::{Node, NodeTypeId};
use util::str::DOMString;
#[dom_struct]
+#[derive(HeapSizeOf)]
pub struct HTMLVideoElement {
htmlmediaelement: HTMLMediaElement
}