mirror of
https://github.com/servo/servo
synced 2026-04-26 01:25:32 +02:00
Merge adjacent identical impl sections
Prior to #7416 and #7401, many of these `impl` sections were not identical
This commit is contained in:
@@ -49,10 +49,7 @@ impl HTMLTableSectionElement {
|
||||
let element = HTMLTableSectionElement::new_inherited(localName, prefix, document);
|
||||
Node::reflect_node(box element, document, HTMLTableSectionElementBinding::Wrap)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
impl HTMLTableSectionElement {
|
||||
pub fn get_background_color(&self) -> Option<RGBA> {
|
||||
self.background_color.get()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user