From fd87c8cb3ee5ac2be258e0420420c228299c90e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=C3=A3o=20Oliveira?= Date: Tue, 25 Aug 2015 16:38:56 +0100 Subject: make dom_struct derive HeapSizeOf, closes #7357 --- components/script/dom/htmlquoteelement.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'components/script/dom/htmlquoteelement.rs') diff --git a/components/script/dom/htmlquoteelement.rs b/components/script/dom/htmlquoteelement.rs index 8162bcb5244..49b5f0853a5 100644 --- a/components/script/dom/htmlquoteelement.rs +++ b/components/script/dom/htmlquoteelement.rs @@ -13,7 +13,6 @@ use dom::node::{Node, NodeTypeId}; use util::str::DOMString; #[dom_struct] -#[derive(HeapSizeOf)] pub struct HTMLQuoteElement { htmlelement: HTMLElement, } @@ -44,4 +43,3 @@ impl HTMLQuoteElement { Node::reflect_node(box element, document, HTMLQuoteElementBinding::Wrap) } } - -- cgit v1.2.3