mirror of
https://github.com/servo/servo.git
synced 2025-08-03 20:50:07 +01:00
Use Cell/RefCell for interior mutability of FormData, BlobData.
This commit is contained in:
parent
f78e561746
commit
c03bdac6f0
1 changed files with 0 additions and 1 deletions
|
@ -10,7 +10,6 @@ use dom::blob::Blob;
|
|||
use dom::htmlformelement::HTMLFormElement;
|
||||
use dom::window::Window;
|
||||
use servo_util::str::DOMString;
|
||||
|
||||
use collections::hashmap::HashMap;
|
||||
|
||||
#[deriving(Encodable)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue