diff options
Diffstat (limited to 'components/script/dom/xrsystem.rs')
-rw-r--r-- | components/script/dom/xrsystem.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/xrsystem.rs b/components/script/dom/xrsystem.rs index d6b3ed259d2..21705357e0b 100644 --- a/components/script/dom/xrsystem.rs +++ b/components/script/dom/xrsystem.rs @@ -110,7 +110,7 @@ impl From<XRSessionMode> for SessionMode { } } -impl XRSystemMethods for XRSystem { +impl XRSystemMethods<crate::DomTypeHolder> for XRSystem { /// <https://immersive-web.github.io/webxr/#dom-xr-issessionsupported> fn IsSessionSupported(&self, mode: XRSessionMode, can_gc: CanGc) -> Rc<Promise> { // XXXManishearth this should select an XR device first |