diff options
Diffstat (limited to 'components/script/dom/mutationobserver.rs')
-rw-r--r-- | components/script/dom/mutationobserver.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/components/script/dom/mutationobserver.rs b/components/script/dom/mutationobserver.rs index 31a0b8a37a3..362c05b8197 100644 --- a/components/script/dom/mutationobserver.rs +++ b/components/script/dom/mutationobserver.rs @@ -15,10 +15,10 @@ use crate::dom::bindings::str::DOMString; use crate::dom::mutationrecord::MutationRecord; use crate::dom::node::Node; use crate::dom::window::Window; -use dom_struct::dom_struct; -use html5ever::{Namespace, LocalName}; use crate::microtask::Microtask; use crate::script_thread::ScriptThread; +use dom_struct::dom_struct; +use html5ever::{Namespace, LocalName}; use std::rc::Rc; #[dom_struct] |