Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-05-17 00:12:28 +02:00
parent e23a8bf0ad
commit b5dcb5c961
3 changed files with 14 additions and 3 deletions

View file

@ -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);