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

Unified Diff: Source/core/workers/UIWorker.idl

Issue 474683003: Not for review - Rebase of crrev.com/62833003 Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: . Created 6 years, 2 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/core/workers/UIWorker.cpp ('k') | Source/core/workers/UIWorkerGlobalScope.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/workers/UIWorker.idl
diff --git a/Source/core/workers/Worker.idl b/Source/core/workers/UIWorker.idl
similarity index 86%
copy from Source/core/workers/Worker.idl
copy to Source/core/workers/UIWorker.idl
index 1e6cd0464934ef2d5e2d5a8004ae42098f86fed4..1bf37e65b938e50491cf96291d52e767949f520a 100644
--- a/Source/core/workers/Worker.idl
+++ b/Source/core/workers/UIWorker.idl
@@ -32,12 +32,6 @@
Constructor(DOMString scriptUrl),
ConstructorCallWith=ExecutionContext,
RaisesException=Constructor,
-] interface Worker : EventTarget {
-
- attribute EventHandler onmessage;
-
- [Custom, RaisesException] void postMessage(SerializedScriptValue message, optional sequence<Transferable> transfer);
- void terminate();
+ WillBeGarbageCollected,
+] interface UIWorker : Worker {
};
-
-Worker implements AbstractWorker;
« no previous file with comments | « Source/core/workers/UIWorker.cpp ('k') | Source/core/workers/UIWorkerGlobalScope.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698