diff options
author | Ms2ger <Ms2ger@gmail.com> | 2016-11-03 14:31:14 +0100 |
---|---|---|
committer | Ms2ger <Ms2ger@gmail.com> | 2016-11-03 16:45:07 +0100 |
commit | 4fbe415e8023538779dc9825e0da8fdc26f46c8f (patch) | |
tree | bed7c172ced1ad86c8666fa3ff73aa48061a1e6c /components/script/script_thread.rs | |
parent | e3493cdd26f6faab0ddf6503ad19f0af169ad880 (diff) | |
download | servo-4fbe415e8023538779dc9825e0da8fdc26f46c8f.tar.gz servo-4fbe415e8023538779dc9825e0da8fdc26f46c8f.zip |
Split the bluetooth code out from the net crates.
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r-- | components/script/script_thread.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs index a028cd66ad5..7b60a6b8288 100644 --- a/components/script/script_thread.rs +++ b/components/script/script_thread.rs @@ -17,6 +17,7 @@ //! a page runs its course and the script thread returns to processing events in the main event //! loop. +use bluetooth_traits::BluetoothMethodMsg; use devtools; use devtools_traits::{DevtoolScriptControlMsg, DevtoolsPageInfo}; use devtools_traits::{ScriptToDevtoolsControlMsg, WorkerId}; @@ -73,7 +74,6 @@ use layout_wrapper::ServoLayoutNode; use mem::heap_size_of_self_and_children; use msg::constellation_msg::{FrameType, PipelineId, PipelineNamespace, ReferrerPolicy}; use net_traits::{CoreResourceMsg, IpcSend, Metadata, ResourceThreads}; -use net_traits::bluetooth_thread::BluetoothMethodMsg; use net_traits::image_cache_thread::{ImageCacheChan, ImageCacheResult, ImageCacheThread}; use net_traits::request::{CredentialsMode, Destination, RequestInit}; use network_listener::NetworkListener; |