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