Index: core/html/canvas/WebGLContextEvent.idl |
diff --git a/core/html/canvas/WebGLContextEvent.idl b/core/html/canvas/WebGLContextEvent.idl |
index f6a3092893347866f0fb6d3cfe18f9a1e6c888ac..18266e508179b5583dd786863ef99c7fc9fec43e 100644 |
--- a/core/html/canvas/WebGLContextEvent.idl |
+++ b/core/html/canvas/WebGLContextEvent.idl |
@@ -24,7 +24,7 @@ |
*/ |
[ |
- ConstructorTemplate=Event |
+ EventConstructor, |
] interface WebGLContextEvent : Event { |
[InitializedByEventConstructor] readonly attribute DOMString statusMessage; |
}; |