Add DeleteRow method

This commit is contained in:
Guillaume Gomez 2016-07-25 23:10:15 +02:00
parent 2de3b119a9
commit cf9fd7eb46
8 changed files with 106 additions and 37 deletions

View file

@ -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 {