mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
Merge adjacent identical impl
sections
Prior to #7416 and #7401, many of these `impl` sections were not identical
This commit is contained in:
parent
6431e8da43
commit
5ccb0d43ef
16 changed files with 0 additions and 52 deletions
|
@ -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()
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue