| Index: core/workers/SharedWorker.idl
|
| diff --git a/core/workers/SharedWorker.idl b/core/workers/SharedWorker.idl
|
| index 3e94cabd145dd70c54f3c89717201f2ee8cf7d92..3cb45e7ec999a85d118a5ae36cca80ccb25d2e78 100644
|
| --- a/core/workers/SharedWorker.idl
|
| +++ b/core/workers/SharedWorker.idl
|
| @@ -32,10 +32,11 @@
|
| // https://html.spec.whatwg.org/#shared-workers-and-the-sharedworker-interface
|
|
|
| [
|
| - ActiveDOMObject,
|
| + DependentLifetime,
|
| // TODO(philipj): The name argument should not have a default null value.
|
| Constructor(DOMString scriptURL, optional DOMString name = null),
|
| ConstructorCallWith=ExecutionContext,
|
| + GarbageCollected,
|
| // TODO(philipj): Exposed=(Window,Worker),
|
| RaisesException=Constructor,
|
| RuntimeEnabled=SharedWorker,
|
|
|