| Index: core/events/PopStateEvent.idl
|
| diff --git a/core/events/PopStateEvent.idl b/core/events/PopStateEvent.idl
|
| index 20ddbaa78f014f21bcf0878b3b890e8d79eca66f..a1ccf169560493bb70071a865f29445541569e9e 100644
|
| --- a/core/events/PopStateEvent.idl
|
| +++ b/core/events/PopStateEvent.idl
|
| @@ -25,7 +25,7 @@
|
| */
|
|
|
| [
|
| - ConstructorTemplate=Event
|
| + EventConstructor,
|
| ] interface PopStateEvent : Event {
|
| - [InitializedByEventConstructor, CustomGetter] readonly attribute any state;
|
| + [InitializedByEventConstructor, Custom=Getter] readonly attribute any state;
|
| };
|
|
|