mirror of
https://github.com/servo/servo.git
synced 2025-10-08 20:49:24 +01:00
Update Rust.
This commit is contained in:
parent
3644d0272c
commit
eaedeb07cb
184 changed files with 643 additions and 657 deletions
|
@ -33,7 +33,7 @@ impl NodeList {
|
|||
|
||||
pub fn new(window: &JSRef<Window>,
|
||||
list_type: NodeListType) -> Temporary<NodeList> {
|
||||
reflect_dom_object(~NodeList::new_inherited(window, list_type),
|
||||
reflect_dom_object(box NodeList::new_inherited(window, list_type),
|
||||
window, NodeListBinding::Wrap)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue