mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Further changes required by Servo
This commit is contained in:
parent
e23a8bf0ad
commit
b5dcb5c961
3 changed files with 14 additions and 3 deletions
|
@ -520,6 +520,7 @@ pub trait TElement:
|
|||
}
|
||||
|
||||
/// Internal iterator for the attribute names of this element.
|
||||
#[cfg(feature = "gecko")]
|
||||
fn each_attr_name<F>(&self, callback: F)
|
||||
where
|
||||
F: FnMut(&AtomIdent);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue