Index: modules/websockets/CloseEvent.idl |
diff --git a/modules/websockets/CloseEvent.idl b/modules/websockets/CloseEvent.idl |
index ce25834eafbbc540210886be960d2f5475da06cb..be0f1e391b5ef5a02ffe6852fb130f6d894a45df 100644 |
--- a/modules/websockets/CloseEvent.idl |
+++ b/modules/websockets/CloseEvent.idl |
@@ -29,7 +29,7 @@ |
*/ |
[ |
- ConstructorTemplate=Event |
+ EventConstructor, |
] interface CloseEvent : Event { |
[InitializedByEventConstructor] readonly attribute boolean wasClean; |
[InitializedByEventConstructor] readonly attribute unsigned short code; |