Expose webxr registry to window

This commit is contained in:
Manish Goregaokar 2019-07-05 13:37:10 -07:00
parent 305312e93b
commit 5f69a9e66a
2 changed files with 10 additions and 0 deletions

View file

@ -2975,6 +2975,7 @@ impl ScriptThread {
incomplete.navigation_start_precise,
self.webgl_chan.as_ref().map(|chan| chan.channel()),
self.webvr_chan.clone(),
self.webxr_registry.clone(),
self.microtask_queue.clone(),
self.webrender_document,
self.webrender_api_sender.clone(),