mirror of
https://github.com/servo/servo.git
synced 2025-07-22 23:03:42 +01:00
merge from master
This commit is contained in:
commit
6e774ea6eb
1044 changed files with 46059 additions and 1506 deletions
|
@ -67,7 +67,7 @@ impl NodeIterator {
|
|||
impl NodeIteratorMethods for NodeIterator {
|
||||
// https://dom.spec.whatwg.org/#dom-nodeiterator-root
|
||||
fn Root(&self) -> Root<Node> {
|
||||
self.root_node.root()
|
||||
Root::from_ref(&*self.root_node)
|
||||
}
|
||||
|
||||
// https://dom.spec.whatwg.org/#dom-nodeiterator-whattoshow
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue