| Index: core/workers/Worker.idl
|
| diff --git a/core/workers/Worker.idl b/core/workers/Worker.idl
|
| index cd657abb463fbb2d70a0b6ffce81b4ac069b5870..70e5235d6c3ad4b94995ad877c2aad36e7bbabe8 100644
|
| --- a/core/workers/Worker.idl
|
| +++ b/core/workers/Worker.idl
|
| @@ -28,9 +28,10 @@
|
| // https://html.spec.whatwg.org/#dedicated-workers-and-the-worker-interface
|
|
|
| [
|
| - ActiveDOMObject,
|
| + DependentLifetime,
|
| Constructor(DOMString scriptUrl),
|
| ConstructorCallWith=ExecutionContext,
|
| + GarbageCollected,
|
| // TODO(philipj): Exposed=(Window,Worker),
|
| RaisesException=Constructor,
|
| ] interface Worker : EventTarget {
|
|
|