aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/htmltableelement.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/htmltableelement.rs')
-rw-r--r--components/script/dom/htmltableelement.rs2
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/dom/htmltableelement.rs b/components/script/dom/htmltableelement.rs
index 5a3286bc924..1eb4f2b9818 100644
--- a/components/script/dom/htmltableelement.rs
+++ b/components/script/dom/htmltableelement.rs
@@ -27,7 +27,6 @@ use string_cache::Atom;
use std::cell::Cell;
#[dom_struct]
-#[derive(HeapSizeOf)]
pub struct HTMLTableElement {
htmlelement: HTMLElement,
background_color: Cell<Option<RGBA>>,
@@ -207,4 +206,3 @@ impl VirtualMethods for HTMLTableElement {
}
}
}
-