diff options
Diffstat (limited to 'components/script/dom/htmlunknownelement.rs')
-rw-r--r-- | components/script/dom/htmlunknownelement.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/htmlunknownelement.rs b/components/script/dom/htmlunknownelement.rs index 33bc8a72cb8..a4f35a35534 100644 --- a/components/script/dom/htmlunknownelement.rs +++ b/components/script/dom/htmlunknownelement.rs @@ -13,6 +13,7 @@ use dom::node::{Node, NodeTypeId}; use util::str::DOMString; #[dom_struct] +#[derive(HeapSizeOf)] pub struct HTMLUnknownElement { htmlelement: HTMLElement } |