Index: core/events/CustomEvent.idl |
diff --git a/core/events/CustomEvent.idl b/core/events/CustomEvent.idl |
index 0afe8fecb3b43229007ac71fb763a0e699d04011..4ad348b3126903515d4be1c39d1f68abec2aa6f2 100644 |
--- a/core/events/CustomEvent.idl |
+++ b/core/events/CustomEvent.idl |
@@ -24,9 +24,9 @@ |
*/ |
[ |
- ConstructorTemplate=Event |
+ EventConstructor, |
] interface CustomEvent : Event { |
- [CustomGetter, InitializedByEventConstructor] readonly attribute any detail; |
+ [Custom=Getter, InitializedByEventConstructor] readonly attribute any detail; |
[Custom] void initCustomEvent([Default=Undefined] optional DOMString typeArg, |
[Default=Undefined] optional boolean canBubbleArg, |