aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/XRWebGLLayer.webidl
diff options
context:
space:
mode:
authorManish Goregaokar <manishsmail@gmail.com>2019-07-19 19:10:20 -0700
committerManish Goregaokar <manishsmail@gmail.com>2019-07-22 09:32:01 -0700
commitb0002a003d3222b01d20f781cf9ca28a01bda22f (patch)
tree317a5e59885b88e2efb495947876a9b8a39d8d25 /components/script/dom/webidls/XRWebGLLayer.webidl
parentb66cbd364a2352a15f772355cc0d978c8ddda908 (diff)
downloadservo-b0002a003d3222b01d20f781cf9ca28a01bda22f.tar.gz
servo-b0002a003d3222b01d20f781cf9ca28a01bda22f.zip
Make use of ended flag, get rid of XRLayer
Diffstat (limited to 'components/script/dom/webidls/XRWebGLLayer.webidl')
-rw-r--r--components/script/dom/webidls/XRWebGLLayer.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/XRWebGLLayer.webidl b/components/script/dom/webidls/XRWebGLLayer.webidl
index f83e1e4c35a..769b3e9b567 100644
--- a/components/script/dom/webidls/XRWebGLLayer.webidl
+++ b/components/script/dom/webidls/XRWebGLLayer.webidl
@@ -21,7 +21,7 @@ dictionary XRWebGLLayerInit {
XRWebGLRenderingContext context,
optional XRWebGLLayerInit layerInit = {}),
Pref="dom.webxr.enabled"]
-interface XRWebGLLayer : XRLayer {
+interface XRWebGLLayer {
// // Attributes
readonly attribute XRWebGLRenderingContext context;