diff options
Diffstat (limited to 'components/webvr/lib.rs')
-rw-r--r-- | components/webvr/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/webvr/lib.rs b/components/webvr/lib.rs index cd22e81e3c9..6b84eb6e1a9 100644 --- a/components/webvr/lib.rs +++ b/components/webvr/lib.rs @@ -17,4 +17,4 @@ extern crate servo_config; extern crate webvr_traits; mod webvr_thread; -pub use crate::webvr_thread::{WebVRThread, WebVRCompositorHandler}; +pub use crate::webvr_thread::{WebVRCompositorHandler, WebVRThread}; |