mirror of
https://github.com/servo/servo.git
synced 2025-08-05 21:50:18 +01:00
Remove unrooted_must_root
This commit is contained in:
parent
4d73eac27c
commit
e544462b6c
1 changed files with 0 additions and 1 deletions
|
@ -106,7 +106,6 @@ impl XRMethods for XR {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl XR {
|
impl XR {
|
||||||
#[allow(unrooted_must_root)]
|
|
||||||
pub fn get_displays(&self) -> Result<Vec<DomRoot<VRDisplay>>, ()> {
|
pub fn get_displays(&self) -> Result<Vec<DomRoot<VRDisplay>>, ()> {
|
||||||
if let Some(webvr_thread) = self.webvr_thread() {
|
if let Some(webvr_thread) = self.webvr_thread() {
|
||||||
let (sender, receiver) =
|
let (sender, receiver) =
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue