diff options
Diffstat (limited to 'components/script/dom/attr.rs')
-rw-r--r-- | components/script/dom/attr.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/attr.rs b/components/script/dom/attr.rs index 3df9265580e..fcc577b7cd5 100644 --- a/components/script/dom/attr.rs +++ b/components/script/dom/attr.rs @@ -111,7 +111,6 @@ impl Deref for AttrValue { // https://dom.spec.whatwg.org/#interface-attr #[dom_struct] -#[derive(HeapSizeOf)] pub struct Attr { reflector_: Reflector, local_name: Atom, |