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