mirror of
https://github.com/servo/servo.git
synced 2025-06-19 14:48:59 +01:00
webgl: Remove old WebGLContextEvent idl
It's already defined in its own idl file.
This commit is contained in:
parent
e3532dda24
commit
5c23c3851a
1 changed files with 0 additions and 10 deletions
|
@ -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;
|
||||
//};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue