aboutsummaryrefslogtreecommitdiffstats
path: root/components/background_hang_monitor/background_hang_monitor.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/background_hang_monitor/background_hang_monitor.rs')
-rw-r--r--components/background_hang_monitor/background_hang_monitor.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/components/background_hang_monitor/background_hang_monitor.rs b/components/background_hang_monitor/background_hang_monitor.rs
index ab1e4e5940c..fab2b406ce2 100644
--- a/components/background_hang_monitor/background_hang_monitor.rs
+++ b/components/background_hang_monitor/background_hang_monitor.rs
@@ -3,9 +3,10 @@
* file, You can obtain one at https://mozilla.org/MPL/2.0/. */
use crate::sampler::{NativeStack, Sampler};
-use crossbeam_channel::{after, never, unbounded, Receiver, Sender};
+use crossbeam_channel::{after, never, select, unbounded, Receiver, Sender};
use ipc_channel::ipc::{IpcReceiver, IpcSender};
use ipc_channel::router::ROUTER;
+use log::warn;
use msg::constellation_msg::MonitoredComponentId;
use msg::constellation_msg::{
BackgroundHangMonitor, BackgroundHangMonitorClone, BackgroundHangMonitorExitSignal,