mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Upgrade to latest Rust.
This commit is contained in:
parent
56dd5b943e
commit
f5b5b337d3
99 changed files with 269 additions and 253 deletions
|
@ -15,7 +15,7 @@ use dom::htmlformelement::HTMLFormElement;
|
|||
use dom::window::Window;
|
||||
use servo_util::str::DOMString;
|
||||
use std::cell::RefCell;
|
||||
use collections::hashmap::HashMap;
|
||||
use std::collections::hashmap::HashMap;
|
||||
|
||||
#[deriving(Encodable, Clone)]
|
||||
pub enum FormDatum {
|
||||
|
@ -120,4 +120,4 @@ impl PrivateFormDataHelpers for FormData {
|
|||
let name = filename.unwrap_or(f.map(|inner| inner.name.clone()).unwrap_or("blob".to_string()));
|
||||
File::new(&*global, value, name)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue