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

Unified Diff: Source/modules/compositorworker/CompositorWorker.idl

Issue 1309463002: CompositorWorker is now always on the heap. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 4 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 | « Source/modules/compositorworker/CompositorWorker.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/modules/compositorworker/CompositorWorker.idl
diff --git a/Source/modules/compositorworker/CompositorWorker.idl b/Source/modules/compositorworker/CompositorWorker.idl
index e6f67c438f62b9052eb239dffbe6eb1052029fb1..b2abf90b372398c25195c18296b0c27a4824cf86 100644
--- a/Source/modules/compositorworker/CompositorWorker.idl
+++ b/Source/modules/compositorworker/CompositorWorker.idl
@@ -6,9 +6,9 @@
ActiveDOMObject,
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 | « Source/modules/compositorworker/CompositorWorker.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698