mirror of
https://github.com/servo/servo.git
synced 2025-08-04 13:10:20 +01:00
Update Rust.
This commit is contained in:
parent
3644d0272c
commit
eaedeb07cb
184 changed files with 643 additions and 657 deletions
|
@ -38,7 +38,7 @@ impl FormData {
|
|||
}
|
||||
|
||||
pub fn new(form: Option<JSRef<HTMLFormElement>>, window: &JSRef<Window>) -> Temporary<FormData> {
|
||||
reflect_dom_object(~FormData::new_inherited(form, window), window, FormDataBinding::Wrap)
|
||||
reflect_dom_object(box FormData::new_inherited(form, window), window, FormDataBinding::Wrap)
|
||||
}
|
||||
|
||||
pub fn Constructor(window: &JSRef<Window>, form: Option<JSRef<HTMLFormElement>>) -> Fallible<Temporary<FormData>> {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue