Further changes required by Servo

This commit is contained in:
Oriol Brufau 2023-05-26 22:55:23 +02:00
parent 017036dba8
commit 9822db5d3c
4 changed files with 18 additions and 5 deletions

View file

@ -520,10 +520,9 @@ 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);
F: FnMut(&LocalName);
/// Internal iterator for the part names that this element exports for a
/// given part name.