diff options
Diffstat (limited to 'components/script/dom/xrview.rs')
-rw-r--r-- | components/script/dom/xrview.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/xrview.rs b/components/script/dom/xrview.rs index 275735733f8..b1ef9596401 100644 --- a/components/script/dom/xrview.rs +++ b/components/script/dom/xrview.rs @@ -87,7 +87,7 @@ impl XRView { } } -impl XRViewMethods for XRView { +impl XRViewMethods<crate::DomTypeHolder> for XRView { /// <https://immersive-web.github.io/webxr/#dom-xrview-eye> fn Eye(&self) -> XREye { self.eye |