| Index: core/page/EventSource.idl
|
| diff --git a/core/page/EventSource.idl b/core/page/EventSource.idl
|
| index cabfc5cecd0dc8892bc4832cb427fe5871483fa3..05abf391e6b88b438509ef93e8a98add94333c9d 100644
|
| --- a/core/page/EventSource.idl
|
| +++ b/core/page/EventSource.idl
|
| @@ -32,7 +32,7 @@
|
| // https://html.spec.whatwg.org/multipage/comms.html#the-eventsource-interface
|
|
|
| [
|
| - ActiveDOMObject,
|
| + DependentLifetime,
|
| Constructor(DOMString url, optional EventSourceInit eventSourceInitDict),
|
| ConstructorCallWith=ExecutionContext,
|
| Exposed=(Window,Worker),
|
|
|