aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/XRRay.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/XRRay.webidl')
-rw-r--r--components/script/dom/webidls/XRRay.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/XRRay.webidl b/components/script/dom/webidls/XRRay.webidl
index 748bd085147..b5fd7ed3494 100644
--- a/components/script/dom/webidls/XRRay.webidl
+++ b/components/script/dom/webidls/XRRay.webidl
@@ -13,7 +13,7 @@ dictionary XRRayDirectionInit {
double w = 0;
};
-[SecureContext, Exposed=Window, Pref="dom.webxr.enabled"]
+[SecureContext, Exposed=Window, Pref="dom_webxr_enabled"]
interface XRRay {
[Throws] constructor(optional DOMPointInit origin = {}, optional XRRayDirectionInit direction = {});
[Throws] constructor(XRRigidTransform transform);