| Index: Source/core/html/canvas/WebGLContextEvent.idl
|
| diff --git a/Source/core/html/canvas/WebGLContextEvent.idl b/Source/core/html/canvas/WebGLContextEvent.idl
|
| index 18266e508179b5583dd786863ef99c7fc9fec43e..484b8bcbc8cc164db18fcc791f782fd8e9fb1fe7 100644
|
| --- a/Source/core/html/canvas/WebGLContextEvent.idl
|
| +++ b/Source/core/html/canvas/WebGLContextEvent.idl
|
| @@ -23,9 +23,11 @@
|
| * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
| */
|
|
|
| +// https://www.khronos.org/registry/webgl/specs/1.0/#5.15
|
| +
|
| [
|
| - EventConstructor,
|
| + Constructor(DOMString type, optional WebGLContextEventInit eventInit),
|
| ] interface WebGLContextEvent : Event {
|
| - [InitializedByEventConstructor] readonly attribute DOMString statusMessage;
|
| + readonly attribute DOMString statusMessage;
|
| };
|
|
|
|
|