Partial fix for #12415: expose WebGL interfaces

This commit is contained in:
Scott Trinh 2016-09-28 20:13:50 -04:00 committed by Scott Trinh
parent 13c4393516
commit 5bdc8c806d
13 changed files with 2 additions and 25 deletions

View file

@ -3,7 +3,7 @@
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
// https://www.khronos.org/registry/webgl/specs/latest/1.0/#5.15
[Constructor(DOMString type, optional WebGLContextEventInit eventInit), Exposed=(Window,Worker)]
[Constructor(DOMString type, optional WebGLContextEventInit eventInit)]
interface WebGLContextEvent : Event {
readonly attribute DOMString statusMessage;
};