diff options
author | Scott Trinh <scott@scotttrinh.com> | 2016-09-28 20:13:50 -0400 |
---|---|---|
committer | Scott Trinh <strinh@Scotts-MacBook-Pro-2.local> | 2016-10-11 06:33:04 -0400 |
commit | 5bdc8c806dbbdc58459df03587def9fb0c39a74d (patch) | |
tree | b834ead1894b6772701876cb5787afd439cd76a3 /components/script/dom/webidls/WebGLProgram.webidl | |
parent | 13c4393516df0d3415ed28d107f3744d56b59623 (diff) | |
download | servo-5bdc8c806dbbdc58459df03587def9fb0c39a74d.tar.gz servo-5bdc8c806dbbdc58459df03587def9fb0c39a74d.zip |
Partial fix for #12415: expose WebGL interfaces
Diffstat (limited to 'components/script/dom/webidls/WebGLProgram.webidl')
-rw-r--r-- | components/script/dom/webidls/WebGLProgram.webidl | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/components/script/dom/webidls/WebGLProgram.webidl b/components/script/dom/webidls/WebGLProgram.webidl index 4cb5bcc6883..0c9ede907e0 100644 --- a/components/script/dom/webidls/WebGLProgram.webidl +++ b/components/script/dom/webidls/WebGLProgram.webidl @@ -6,6 +6,5 @@ // https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.6 // -[Exposed=(Window,Worker)] interface WebGLProgram : WebGLObject { }; |