aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/bindings/codegen
diff options
context:
space:
mode:
authorJavaScript Joe <jjprevite@gmail.com>2020-02-11 20:52:40 -0800
committerJavaScript Joe <jjprevite@gmail.com>2020-02-23 14:34:42 -0800
commit30f474312ff9beb2b407fc35f1a93d65c8bbeaae (patch)
treed9c13e9352da0e4fef3ea793ef3574acc174da1b /components/script/dom/bindings/codegen
parentada95b98786fd4bdaefdcf3be7626a85314a7b3a (diff)
downloadservo-30f474312ff9beb2b407fc35f1a93d65c8bbeaae.tar.gz
servo-30f474312ff9beb2b407fc35f1a93d65c8bbeaae.zip
refactor: rename XR to XRSystem
chore: fix formatting refactor: change filename and ref to xrsystem refactor: change filename XRSystem.webidl refactor: update crate in navigator refactor: use XRSystem instead of XR in navigator refactor: update Bindings.conf refactor: use XRSystemMethods fix: update assertions for XRSystem fix: update manifest json
Diffstat (limited to 'components/script/dom/bindings/codegen')
-rw-r--r--components/script/dom/bindings/codegen/Bindings.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/bindings/codegen/Bindings.conf b/components/script/dom/bindings/codegen/Bindings.conf
index d60814f6191..5f978f5d3c4 100644
--- a/components/script/dom/bindings/codegen/Bindings.conf
+++ b/components/script/dom/bindings/codegen/Bindings.conf
@@ -140,7 +140,7 @@ DOMInterfaces = {
'inRealms': ['WatchAdvertisements'],
},
-'XR': {
+'XRSystem': {
'inRealms': ['SupportsSessionMode', 'RequestSession'],
},