aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/xmlhttprequesteventtarget.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/xmlhttprequesteventtarget.rs')
-rw-r--r--components/script/dom/xmlhttprequesteventtarget.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/script/dom/xmlhttprequesteventtarget.rs b/components/script/dom/xmlhttprequesteventtarget.rs
index 44f0fb7c1fc..af33da13b0c 100644
--- a/components/script/dom/xmlhttprequesteventtarget.rs
+++ b/components/script/dom/xmlhttprequesteventtarget.rs
@@ -2,9 +2,10 @@
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
+use dom_struct::dom_struct;
+
use crate::dom::bindings::codegen::Bindings::XMLHttpRequestEventTargetBinding::XMLHttpRequestEventTargetMethods;
use crate::dom::eventtarget::EventTarget;
-use dom_struct::dom_struct;
#[dom_struct]
pub struct XMLHttpRequestEventTarget {