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

Unified Diff: core/workers/Worker.idl

Issue 23014006: Roll IDL to multivm@1350 (Closed) Base URL: https://dart.googlecode.com/svn/third_party/WebCore
Patch Set: Created 7 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 | « core/workers/SharedWorkerGlobalScope.idl ('k') | core/workers/WorkerGlobalScope.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 34aa4be20c90061dbc6e6db0df4bdce6c2106fae..40567a70810a8eabc3471049d6178b0c3019dcd0 100644
--- a/core/workers/Worker.idl
+++ b/core/workers/Worker.idl
@@ -32,7 +32,7 @@
ActiveDOMObject
] interface Worker : EventTarget {
- attribute EventListener onmessage;
+ attribute EventHandler onmessage;
[Custom, RaisesException] void postMessage(SerializedScriptValue message, optional Array messagePorts);
void terminate();
« no previous file with comments | « core/workers/SharedWorkerGlobalScope.idl ('k') | core/workers/WorkerGlobalScope.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698