| Index: core/events/ErrorEvent.idl
|
| diff --git a/core/dom/ErrorEvent.idl b/core/events/ErrorEvent.idl
|
| similarity index 95%
|
| rename from core/dom/ErrorEvent.idl
|
| rename to core/events/ErrorEvent.idl
|
| index 33f02390d8d18a1a577c36fcf003abd81ef4e192..1a5d21a8c3d2b89da9459b6af2d27a5760a1e7ca 100644
|
| --- a/core/dom/ErrorEvent.idl
|
| +++ b/core/events/ErrorEvent.idl
|
| @@ -35,6 +35,6 @@
|
| [InitializedByEventConstructor] readonly attribute DOMString filename;
|
| [InitializedByEventConstructor] readonly attribute unsigned long lineno;
|
| [InitializedByEventConstructor] readonly attribute unsigned long colno;
|
| - [InitializedByEventConstructor, Custom, Unserializable] readonly attribute any error;
|
| + [CustomGetter, InitializedByEventConstructor, Unserializable] readonly attribute any error;
|
| };
|
|
|
|
|