diff options
Diffstat (limited to 'components/script/dom/webidls/OESVertexArrayObject.webidl')
-rw-r--r-- | components/script/dom/webidls/OESVertexArrayObject.webidl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/OESVertexArrayObject.webidl b/components/script/dom/webidls/OESVertexArrayObject.webidl index d15dcfda0d0..21c59fd7a88 100644 --- a/components/script/dom/webidls/OESVertexArrayObject.webidl +++ b/components/script/dom/webidls/OESVertexArrayObject.webidl @@ -6,7 +6,7 @@ * https://www.khronos.org/registry/webgl/extensions/OES_vertex_array_object/ */ -[NoInterfaceObject] +[NoInterfaceObject, Exposed=Window] interface OESVertexArrayObject { const unsigned long VERTEX_ARRAY_BINDING_OES = 0x85B5; |