mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Add DeleteRow method
This commit is contained in:
parent
2de3b119a9
commit
cf9fd7eb46
8 changed files with 106 additions and 37 deletions
|
@ -248,7 +248,7 @@ impl<'a> Iterator for HTMLCollectionElementsIter<'a> {
|
|||
.filter_map(Root::downcast)
|
||||
.filter(|element| filter.filter(&element, root))
|
||||
.next()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
impl HTMLCollectionMethods for HTMLCollection {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue