mirror of
https://github.com/servo/servo.git
synced 2025-06-24 00:54:32 +01:00
Update Rust.
This commit is contained in:
parent
3644d0272c
commit
eaedeb07cb
184 changed files with 643 additions and 657 deletions
|
@ -28,7 +28,7 @@ impl Performance {
|
|||
|
||||
pub fn new(window: &JSRef<Window>) -> Temporary<Performance> {
|
||||
let performance = Performance::new_inherited(window);
|
||||
reflect_dom_object(~performance, window, PerformanceBinding::Wrap)
|
||||
reflect_dom_object(box performance, window, PerformanceBinding::Wrap)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue