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

Unified Diff: core/workers/Worker.idl

Issue 19605006: Roll IDL to multivm@1316 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 years, 5 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/workers/WorkerContext.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 2b15b36d9d01d15bc902d36076cabfc6fe380643..ab7f2808fd74ce7c13e57261b72fa03104e50667 100644
--- a/core/workers/Worker.idl
+++ b/core/workers/Worker.idl
@@ -27,9 +27,10 @@
[
Constructor(DOMString scriptUrl),
- CallWith=ScriptExecutionContext,
- RaisesException
-] interface Worker : AbstractWorker {
+ ConstructorCallWith=ScriptExecutionContext,
+ ConstructorRaisesException,
+ ActiveDOMObject
+] interface Worker : EventTarget {
attribute EventListener onmessage;
@@ -37,3 +38,5 @@
void terminate();
};
+Worker implements AbstractWorker;
+
« no previous file with comments | « core/workers/SharedWorker.idl ('k') | core/workers/WorkerContext.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698