mirror of
https://github.com/servo/servo.git
synced 2025-07-23 23:33:43 +01:00
merge from master
This commit is contained in:
commit
6e774ea6eb
1044 changed files with 46059 additions and 1506 deletions
|
@ -90,7 +90,7 @@ impl FormDataMethods for FormData {
|
|||
.get(&name)
|
||||
.map(|entry| match entry[0] {
|
||||
FormDatum::StringData(ref s) => eString(s.clone()),
|
||||
FormDatum::FileData(ref f) => eFile(f.root()),
|
||||
FormDatum::FileData(ref f) => eFile(Root::from_ref(&*f)),
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue