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: modules/compositorworker/CompositorWorker.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 | « modules/canvas2d/TouchHitRegion.idl ('k') | modules/compositorworker/CompositorWorkerGlobalScope.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/compositorworker/CompositorWorker.idl
diff --git a/modules/compositorworker/CompositorWorker.idl b/modules/compositorworker/CompositorWorker.idl
index e6f67c438f62b9052eb239dffbe6eb1052029fb1..c7a57edecd4732062cbe72dce7d859a09e134d26 100644
--- a/modules/compositorworker/CompositorWorker.idl
+++ b/modules/compositorworker/CompositorWorker.idl
@@ -3,12 +3,12 @@
// found in the LICENSE file.
[
- ActiveDOMObject,
+ DependentLifetime,
Constructor(DOMString scriptUrl),
ConstructorCallWith=ExecutionContext,
+ GarbageCollected,
RaisesException=Constructor,
RuntimeEnabled=CompositorWorker,
- WillBeGarbageCollected,
] interface CompositorWorker : EventTarget {
attribute EventHandler onmessage;
[PostMessage, RaisesException] void postMessage(SerializedScriptValue message, optional sequence<Transferable> transfer);
« no previous file with comments | « modules/canvas2d/TouchHitRegion.idl ('k') | modules/compositorworker/CompositorWorkerGlobalScope.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698