mirror of
https://github.com/servo/servo.git
synced 2025-06-06 16:45:39 +00:00
Further changes required by Servo
This commit is contained in:
parent
3d0cf4dbf9
commit
f0b7f3aca2
3 changed files with 19 additions and 3 deletions
|
@ -3178,6 +3178,10 @@ impl<'a> SelectorsElement for DomRoot<Element> {
|
|||
.next()
|
||||
}
|
||||
|
||||
fn first_element_child(&self) -> Option<DomRoot<Element>> {
|
||||
self.GetFirstElementChild()
|
||||
}
|
||||
|
||||
fn attr_matches(
|
||||
&self,
|
||||
ns: &NamespaceConstraint<&style::Namespace>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue