webgl: Remove old WebGLContextEvent idl

It's already defined in its own idl file.
This commit is contained in:
Emilio Cobos Álvarez 2015-12-29 23:24:58 +01:00
parent e3532dda24
commit 5c23c3851a

View file

@ -718,13 +718,3 @@ interface WebGLRenderingContext
};
WebGLRenderingContext implements WebGLRenderingContextBase;
//[Constructor(DOMString type, optional WebGLContextEventInit eventInit)]
//interface WebGLContextEvent : Event {
// readonly attribute DOMString statusMessage;
//};
// EventInit is defined in the DOM4 specification.
//dictionary WebGLContextEventInit : EventInit {
// DOMString statusMessage;
//};