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