mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
script: Remove now-unused function.
MozReview-Commit-ID: Cnw5dlczJxv Signed-off-by: Emilio Cobos Álvarez <emilio@crisal.io>
This commit is contained in:
parent
0ea58d1ffa
commit
df29d02026
1 changed files with 0 additions and 4 deletions
|
@ -2152,10 +2152,6 @@ impl ElementMethods for Element {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn fragment_affecting_attributes() -> [LocalName; 3] {
|
|
||||||
[local_name!("width"), local_name!("height"), local_name!("src")]
|
|
||||||
}
|
|
||||||
|
|
||||||
impl VirtualMethods for Element {
|
impl VirtualMethods for Element {
|
||||||
fn super_type(&self) -> Option<&VirtualMethods> {
|
fn super_type(&self) -> Option<&VirtualMethods> {
|
||||||
Some(self.upcast::<Node>() as &VirtualMethods)
|
Some(self.upcast::<Node>() as &VirtualMethods)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue