aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/WebGLVertexArrayObjectOES.webidl
diff options
context:
space:
mode:
authorKagami Sascha Rosylight <saschanaz@outlook.com>2019-10-02 18:21:34 +0900
committerKagami Sascha Rosylight <saschanaz@outlook.com>2019-10-03 14:25:23 +0900
commit2660f359254e7543b7c91d14728b44ac01e438e5 (patch)
tree3a46481fc1bbe22994df7186ce10d5ea6a4ec015 /components/script/dom/webidls/WebGLVertexArrayObjectOES.webidl
parent84693d81173b58c4afc408a7295210960842484a (diff)
downloadservo-2660f359254e7543b7c91d14728b44ac01e438e5.tar.gz
servo-2660f359254e7543b7c91d14728b44ac01e438e5.zip
Remove [PrimaryGlobal]
Diffstat (limited to 'components/script/dom/webidls/WebGLVertexArrayObjectOES.webidl')
-rw-r--r--components/script/dom/webidls/WebGLVertexArrayObjectOES.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/WebGLVertexArrayObjectOES.webidl b/components/script/dom/webidls/WebGLVertexArrayObjectOES.webidl
index 55964f3363e..e576bd6089d 100644
--- a/components/script/dom/webidls/WebGLVertexArrayObjectOES.webidl
+++ b/components/script/dom/webidls/WebGLVertexArrayObjectOES.webidl
@@ -6,6 +6,6 @@
* https://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/
*/
-[NoInterfaceObject]
+[NoInterfaceObject, Exposed=Window]
interface WebGLVertexArrayObjectOES: WebGLObject {
};