diff options
Diffstat (limited to 'components/servo/lib.rs')
-rw-r--r-- | components/servo/lib.rs | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/components/servo/lib.rs b/components/servo/lib.rs index 1d8e64ab8e4..9b17735b8ba 100644 --- a/components/servo/lib.rs +++ b/components/servo/lib.rs @@ -526,7 +526,9 @@ fn create_constellation(user_agent: Cow<'static, str>, webgl_threads, webvr_chan, }; - let (constellation_chan, from_swmanager_sender) = + let (constellation_chan, + from_swmanager_sender, + from_bluetoothmanager_sender) = Constellation::<script_layout_interface::message::Msg, layout_thread::LayoutThread, script::script_thread::ScriptThread>::start(initial_state); |