aboutsummaryrefslogtreecommitdiffstats
path: root/components/devtools/actors/tab.rs
diff options
context:
space:
mode:
Diffstat (limited to 'components/devtools/actors/tab.rs')
-rw-r--r--components/devtools/actors/tab.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/devtools/actors/tab.rs b/components/devtools/actors/tab.rs
index 3567127c05d..90a03688f12 100644
--- a/components/devtools/actors/tab.rs
+++ b/components/devtools/actors/tab.rs
@@ -7,7 +7,7 @@
//! Connection point for remote devtools that wish to investigate a particular tab's contents.
//! Supports dynamic attaching and detaching which control notifications of navigation, etc.
-use actor::{Actor, ActorRegistry, ActorMessageStatus};
+use actor::{Actor, ActorMessageStatus, ActorRegistry};
use actors::console::ConsoleActor;
use devtools_traits::DevtoolScriptControlMsg::WantsLiveNotifications;
use protocol::JsonPacketStream;