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

Unified Diff: core/workers/Worker.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/SharedWorker.idl ('k') | core/xml/DocumentXPathEvaluator.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 {
« no previous file with comments | « core/workers/SharedWorker.idl ('k') | core/xml/DocumentXPathEvaluator.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698