aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/script_thread.rs
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2019-07-05 13:37:10 -0700
committerManish Goregaokar <manishsmail@gmail.com>2019-07-10 23:12:34 -0700
commit5f69a9e66a085983073ace7ff7e2df24423d5cbd (patch)
tree9ef5e2119589b8c69a1f0bfe268532f55124bb9f /components/script/script_thread.rs
parent305312e93b5cd2bc40d2c6341771eb86eac179a7 (diff)
downloadservo-5f69a9e66a085983073ace7ff7e2df24423d5cbd.tar.gz
servo-5f69a9e66a085983073ace7ff7e2df24423d5cbd.zip
Expose webxr registry to window
Diffstat (limited to 'components/script/script_thread.rs')
-rw-r--r--components/script/script_thread.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/script/script_thread.rs b/components/script/script_thread.rs
index e6d91a1bc2e..38ca94953d3 100644
--- a/components/script/script_thread.rs
+++ b/components/script/script_thread.rs
@@ -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(),