aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/microtask.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/microtask.rs')
-rw-r--r--components/script/microtask.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/microtask.rs b/components/script/microtask.rs
index d249b17c0ed..d1fe004f073 100644
--- a/components/script/microtask.rs
+++ b/components/script/microtask.rs
@@ -14,9 +14,9 @@ use crate::dom::globalscope::GlobalScope;
use crate::dom::htmlimageelement::ImageElementMicrotask;
use crate::dom::htmlmediaelement::MediaElementMicrotask;
use crate::dom::mutationobserver::MutationObserver;
-use msg::constellation_msg::PipelineId;
use crate::script_runtime::notify_about_rejected_promises;
use crate::script_thread::ScriptThread;
+use msg::constellation_msg::PipelineId;
use std::cell::Cell;
use std::mem;
use std::rc::Rc;