Use #[dom_struct] everywhere

This commit is contained in:
Manish Goregaokar 2014-10-15 14:25:33 +05:30
parent c45550de73
commit 3f2cbb275b
119 changed files with 119 additions and 357 deletions

View file

@ -25,9 +25,7 @@ pub enum FormDatum {
FileData(JS<File>)
}
#[jstraceable]
#[must_root]
#[privatize]
#[dom_struct]
pub struct FormData {
data: RefCell<HashMap<DOMString, Vec<FormDatum>>>,
reflector_: Reflector,