aboutsummaryrefslogtreecommitdiffstats
path: root/components/constellation/logging.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/constellation/logging.rs')
-rw-r--r--components/constellation/logging.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/constellation/logging.rs b/components/constellation/logging.rs
index 672b63d1557..f2ca53d1f44 100644
--- a/components/constellation/logging.rs
+++ b/components/constellation/logging.rs
@@ -7,10 +7,10 @@ use std::sync::Arc;
use std::thread;
use backtrace::Backtrace;
+use base::id::TopLevelBrowsingContextId;
use compositing_traits::ConstellationMsg as FromCompositorMsg;
use crossbeam_channel::Sender;
use log::{Level, LevelFilter, Log, Metadata, Record};
-use msg::constellation_msg::TopLevelBrowsingContextId;
use parking_lot::ReentrantMutex;
use script_traits::{LogEntry, ScriptMsg as FromScriptMsg, ScriptToConstellationChan};