mirror of
https://github.com/servo/servo.git
synced 2025-10-12 22:40:19 +01:00
Update Rust.
This commit is contained in:
parent
3644d0272c
commit
eaedeb07cb
184 changed files with 643 additions and 657 deletions
|
@ -26,7 +26,7 @@ impl DOMParser {
|
|||
}
|
||||
|
||||
pub fn new(owner: &JSRef<Window>) -> Temporary<DOMParser> {
|
||||
reflect_dom_object(~DOMParser::new_inherited(owner), owner,
|
||||
reflect_dom_object(box DOMParser::new_inherited(owner), owner,
|
||||
DOMParserBinding::Wrap)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue