Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(701)

Unified Diff: core/workers/SharedWorker.idl

Issue 2786203002: Roll 50: Copied IDLs, PYTHON scripts from WebKit removed deleted files in WebCore (Closed)
Patch Set: Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « core/workers/AbstractWorker.idl ('k') | core/workers/Worker.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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,
« no previous file with comments | « core/workers/AbstractWorker.idl ('k') | core/workers/Worker.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698