feat(constellation): expose msg for bluetooth thread

This commit is contained in:
OJ Kwon 2018-04-04 13:49:43 -07:00
parent 3695fc4efc
commit c141090d61
No known key found for this signature in database
GPG key ID: FFCFEF3460FD1901
4 changed files with 24 additions and 5 deletions

View file

@ -73,7 +73,7 @@ use webrender_api::{ExternalScrollId, DevicePixel, DeviceUintSize, DocumentId, I
use webvr_traits::{WebVREvent, WebVRMsg};
pub use script_msg::{LayoutMsg, ScriptMsg, EventResult, LogEntry};
pub use script_msg::{ServiceWorkerMsg, ScopeThings, SWManagerMsg, SWManagerSenders, DOMMessage};
pub use script_msg::{BluetoothManagerMsg, ServiceWorkerMsg, ScopeThings, SWManagerMsg, SWManagerSenders, DOMMessage};
/// The address of a node. Layout sends these back. They must be validated via
/// `from_untrusted_node_address` before they can be used, because we do not trust layout.