mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +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
|
@ -40,10 +40,7 @@ impl DOMTokenList {
|
|||
GlobalRef::Window(window.r()),
|
||||
DOMTokenListBinding::Wrap)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
impl DOMTokenList {
|
||||
fn attribute(&self) -> Option<Root<Attr>> {
|
||||
let element = self.element.root();
|
||||
element.r().get_attribute(&ns!(""), &self.local_name)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue