Index: core/events/ErrorEvent.idl |
diff --git a/core/events/ErrorEvent.idl b/core/events/ErrorEvent.idl |
index 1a5d21a8c3d2b89da9459b6af2d27a5760a1e7ca..ad122859002899c966451cb6c679891dea3cc3da 100644 |
--- a/core/events/ErrorEvent.idl |
+++ b/core/events/ErrorEvent.idl |
@@ -29,12 +29,12 @@ |
*/ |
[ |
- ConstructorTemplate=Event |
+ EventConstructor, |
] interface ErrorEvent : Event { |
[InitializedByEventConstructor] readonly attribute DOMString message; |
[InitializedByEventConstructor] readonly attribute DOMString filename; |
[InitializedByEventConstructor] readonly attribute unsigned long lineno; |
[InitializedByEventConstructor] readonly attribute unsigned long colno; |
- [CustomGetter, InitializedByEventConstructor, Unserializable] readonly attribute any error; |
+ [Custom=Getter, InitializedByEventConstructor] readonly attribute any error; |
}; |