diff options
Diffstat (limited to 'components/script/dom/htmltablecellelement.rs')
-rw-r--r-- | components/script/dom/htmltablecellelement.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/components/script/dom/htmltablecellelement.rs b/components/script/dom/htmltablecellelement.rs index 1cec04ff377..e992b6c83ed 100644 --- a/components/script/dom/htmltablecellelement.rs +++ b/components/script/dom/htmltablecellelement.rs @@ -36,7 +36,6 @@ impl PartialEq for HTMLTableCellElementTypeId { } #[dom_struct] -#[derive(HeapSizeOf)] pub struct HTMLTableCellElement { htmlelement: HTMLElement, background_color: Cell<Option<RGBA>>, @@ -149,4 +148,3 @@ impl VirtualMethods for HTMLTableCellElement { } } } - |