diff options
Diffstat (limited to 'components/script/dom/domstringmap.rs')
-rw-r--r-- | components/script/dom/domstringmap.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/domstringmap.rs b/components/script/dom/domstringmap.rs index 254bdccaf5e..fe86d4d4b64 100644 --- a/components/script/dom/domstringmap.rs +++ b/components/script/dom/domstringmap.rs @@ -13,6 +13,7 @@ use dom::htmlelement::{HTMLElement, HTMLElementCustomAttributeHelpers}; use util::str::DOMString; #[dom_struct] +#[derive(HeapSizeOf)] pub struct DOMStringMap { reflector_: Reflector, element: JS<HTMLElement>, |