diff options
Diffstat (limited to 'components/script/dom/imagedata.rs')
-rw-r--r-- | components/script/dom/imagedata.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/imagedata.rs b/components/script/dom/imagedata.rs index 513ef791689..00b725b7b97 100644 --- a/components/script/dom/imagedata.rs +++ b/components/script/dom/imagedata.rs @@ -18,6 +18,7 @@ use std::default::Default; #[dom_struct] #[allow(raw_pointer_derive)] +#[derive(HeapSizeOf)] pub struct ImageData { reflector_: Reflector, width: u32, |