diff options
Diffstat (limited to 'components/devtools/actors/root.rs')
-rw-r--r-- | components/devtools/actors/root.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/devtools/actors/root.rs b/components/devtools/actors/root.rs index b5334daa313..5b83a56476a 100644 --- a/components/devtools/actors/root.rs +++ b/components/devtools/actors/root.rs @@ -7,7 +7,7 @@ /// Connection point for all new remote devtools interactions, providing lists of know actors /// that perform more specific actions (tabs, addons, browser chrome, etc.) -use actor::{Actor, ActorRegistry, ActorMessageStatus}; +use actor::{Actor, ActorMessageStatus, ActorRegistry}; use actors::tab::{TabActor, TabActorMsg}; use protocol::JsonPacketStream; use rustc_serialize::json; |