| Index: core/events/CustomEvent.idl
|
| diff --git a/core/dom/CustomEvent.idl b/core/events/CustomEvent.idl
|
| similarity index 95%
|
| rename from core/dom/CustomEvent.idl
|
| rename to core/events/CustomEvent.idl
|
| index 12edaa53265e9b28b4054eb6029a38de59830e77..0afe8fecb3b43229007ac71fb763a0e699d04011 100644
|
| --- a/core/dom/CustomEvent.idl
|
| +++ b/core/events/CustomEvent.idl
|
| @@ -26,7 +26,7 @@
|
| [
|
| ConstructorTemplate=Event
|
| ] interface CustomEvent : Event {
|
| - [InitializedByEventConstructor, Custom] readonly attribute any detail;
|
| + [CustomGetter, InitializedByEventConstructor] readonly attribute any detail;
|
|
|
| [Custom] void initCustomEvent([Default=Undefined] optional DOMString typeArg,
|
| [Default=Undefined] optional boolean canBubbleArg,
|
|
|