From e7e7c74c9ee1a296683e01b97336ef9bdf7f009c Mon Sep 17 00:00:00 2001 From: Attila Dusnoki Date: Tue, 8 Nov 2016 13:22:33 +0100 Subject: Webbluetooth Async behaviour --- components/script/script_thread.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'components/script/script_thread.rs') diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs index 29b06e6fabd..41425769590 100644 --- a/components/script/script_thread.rs +++ b/components/script/script_thread.rs @@ -17,7 +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 bluetooth_traits::BluetoothRequest; use devtools; use devtools_traits::{DevtoolScriptControlMsg, DevtoolsPageInfo}; use devtools_traits::{ScriptToDevtoolsControlMsg, WorkerId}; @@ -343,7 +343,7 @@ pub struct ScriptThread { /// there are many iframes. resource_threads: ResourceThreads, /// A handle to the bluetooth thread. - bluetooth_thread: IpcSender, + bluetooth_thread: IpcSender, /// The port on which the script thread receives messages (load URL, exit, etc.) port: Receiver, -- cgit v1.2.3