| Index: Source/core/events/PopStateEvent.idl
|
| diff --git a/Source/core/events/PopStateEvent.idl b/Source/core/events/PopStateEvent.idl
|
| index df9937ee571df9eb562744ec846c521769f7ef2c..5d051637bd6ecf0bfd3bb6dfd094b1ad3691b89f 100644
|
| --- a/Source/core/events/PopStateEvent.idl
|
| +++ b/Source/core/events/PopStateEvent.idl
|
| @@ -24,10 +24,11 @@
|
| *
|
| */
|
|
|
| -// https://html.spec.whatwg.org/multipage/browsers.html#popstateevent
|
| +// https://html.spec.whatwg.org/multipage/browsers.html#the-popstateevent-interface
|
|
|
| [
|
| Constructor(DOMString type, optional PopStateEventInit eventInitDict),
|
| + // TODO(philipj): Exposed=(Window,Worker)
|
| ] interface PopStateEvent : Event {
|
| [Custom=Getter] readonly attribute any state;
|
| };
|
|
|