| Index: sky/engine/core/events/ErrorEvent.idl
|
| diff --git a/sky/engine/core/events/ErrorEvent.idl b/sky/engine/core/events/ErrorEvent.idl
|
| index ad122859002899c966451cb6c679891dea3cc3da..3a70a8590e30d376493d2202c91138cdcd29d7d6 100644
|
| --- a/sky/engine/core/events/ErrorEvent.idl
|
| +++ b/sky/engine/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;
|
| - [Custom=Getter, InitializedByEventConstructor] readonly attribute any error;
|
| + // [Custom=Getter, InitializedByEventConstructor] readonly attribute any error;
|
| };
|
|
|
|
|