diff options
Diffstat (limited to 'components/script/dom/xmlhttprequestupload.rs')
-rw-r--r-- | components/script/dom/xmlhttprequestupload.rs | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/components/script/dom/xmlhttprequestupload.rs b/components/script/dom/xmlhttprequestupload.rs index af377aa7eee..53ef853a2cf 100644 --- a/components/script/dom/xmlhttprequestupload.rs +++ b/components/script/dom/xmlhttprequestupload.rs @@ -2,11 +2,11 @@ * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -use dom::bindings::codegen::Bindings::XMLHttpRequestUploadBinding; -use dom::bindings::reflector::reflect_dom_object; -use dom::bindings::root::DomRoot; -use dom::globalscope::GlobalScope; -use dom::xmlhttprequesteventtarget::XMLHttpRequestEventTarget; +use crate::dom::bindings::codegen::Bindings::XMLHttpRequestUploadBinding; +use crate::dom::bindings::reflector::reflect_dom_object; +use crate::dom::bindings::root::DomRoot; +use crate::dom::globalscope::GlobalScope; +use crate::dom::xmlhttprequesteventtarget::XMLHttpRequestEventTarget; use dom_struct::dom_struct; #[dom_struct] |