aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/WebGLActiveInfo.webidl
diff options
context:
space:
mode:
Diffstat (limited to 'components/script/dom/webidls/WebGLActiveInfo.webidl')
-rw-r--r--components/script/dom/webidls/WebGLActiveInfo.webidl2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/script/dom/webidls/WebGLActiveInfo.webidl b/components/script/dom/webidls/WebGLActiveInfo.webidl
index 42e703db088..eedfd8c35b3 100644
--- a/components/script/dom/webidls/WebGLActiveInfo.webidl
+++ b/components/script/dom/webidls/WebGLActiveInfo.webidl
@@ -6,7 +6,7 @@
// https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.7
//
-[Exposed=Window]
+[Exposed=(Window,Worker)]
interface WebGLActiveInfo {
readonly attribute GLint size;
readonly attribute GLenum type;