mirror of
https://github.com/servo/servo.git
synced 2025-08-03 12:40:06 +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
|
@ -48,10 +48,7 @@ impl HTMLStyleElement {
|
|||
let element = HTMLStyleElement::new_inherited(localName, prefix, document);
|
||||
Node::reflect_node(box element, document, HTMLStyleElementBinding::Wrap)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
impl HTMLStyleElement {
|
||||
pub fn parse_own_css(&self) {
|
||||
let node = NodeCast::from_ref(self);
|
||||
let element = ElementCast::from_ref(self);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue