diff options
Diffstat (limited to 'components/script/dom/htmltablerowelement.rs')
-rw-r--r-- | components/script/dom/htmltablerowelement.rs | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/components/script/dom/htmltablerowelement.rs b/components/script/dom/htmltablerowelement.rs index 50bf4fac967..160b9a3833b 100644 --- a/components/script/dom/htmltablerowelement.rs +++ b/components/script/dom/htmltablerowelement.rs @@ -50,11 +50,7 @@ impl HTMLTableRowElement { document, HTMLTableRowElementBinding::Wrap) } -} - - -impl HTMLTableRowElement { pub fn get_background_color(&self) -> Option<RGBA> { self.background_color.get() } |