diff options
Diffstat (limited to 'components/script/dom/domrectlist.rs')
-rw-r--r-- | components/script/dom/domrectlist.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/domrectlist.rs b/components/script/dom/domrectlist.rs index c016e2354f1..640a07a49c7 100644 --- a/components/script/dom/domrectlist.rs +++ b/components/script/dom/domrectlist.rs @@ -11,6 +11,7 @@ use dom::domrect::DOMRect; use dom::window::Window; #[dom_struct] +#[derive(HeapSizeOf)] pub struct DOMRectList { reflector_: Reflector, rects: Vec<JS<DOMRect>>, |