diff options
author | Manish Goregaokar <manishsmail@gmail.com> | 2019-07-19 19:10:20 -0700 |
---|---|---|
committer | Manish Goregaokar <manishsmail@gmail.com> | 2019-07-22 09:32:01 -0700 |
commit | b0002a003d3222b01d20f781cf9ca28a01bda22f (patch) | |
tree | 317a5e59885b88e2efb495947876a9b8a39d8d25 /components/script/dom/webidls/XRWebGLLayer.webidl | |
parent | b66cbd364a2352a15f772355cc0d978c8ddda908 (diff) | |
download | servo-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.webidl | 2 |
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; |