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