diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2014-09-17 00:51:20 +0530 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2014-09-17 01:02:41 +0530 |
commit | 30014c3919f5ad30d491074dafbfdaad0fb0de92 (patch) | |
tree | 12c75bb55e42abff8cceaeaf6b3d28c497f45102 /components/script/dom/xmlhttprequestupload.rs | |
parent | f0b8391762f37a6e50dfb7a46b461fc8f9414d57 (diff) | |
download | servo-30014c3919f5ad30d491074dafbfdaad0fb0de92.tar.gz servo-30014c3919f5ad30d491074dafbfdaad0fb0de92.zip |
Make Reflector #[must_root], propagate to non-HTMLElements
Diffstat (limited to 'components/script/dom/xmlhttprequestupload.rs')
-rw-r--r-- | components/script/dom/xmlhttprequestupload.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/dom/xmlhttprequestupload.rs b/components/script/dom/xmlhttprequestupload.rs index 477d382bffe..57e98ff62f8 100644 --- a/components/script/dom/xmlhttprequestupload.rs +++ b/components/script/dom/xmlhttprequestupload.rs @@ -12,6 +12,7 @@ use dom::xmlhttprequest::{XMLHttpRequestUploadTypeId}; use dom::xmlhttprequesteventtarget::XMLHttpRequestEventTarget; #[deriving(Encodable)] +#[must_root] pub struct XMLHttpRequestUpload { eventtarget: XMLHttpRequestEventTarget } |