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

Unified Diff: core/workers/AbstractWorker.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/testing/TypeConversions.idl ('k') | core/workers/SharedWorker.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: core/workers/AbstractWorker.idl
diff --git a/core/workers/AbstractWorker.idl b/core/workers/AbstractWorker.idl
index 4a0da0dd544b4b0107e93a5c27c6d60fc31ebc5a..4211e68f856ef2779fa928d7bc1f32aedec56879 100644
--- a/core/workers/AbstractWorker.idl
+++ b/core/workers/AbstractWorker.idl
@@ -30,19 +30,8 @@
*/
[
- NoInterfaceObject,
- ActiveDOMObject,
- EventTarget
+ NoInterfaceObject
] interface AbstractWorker {
-
attribute EventListener onerror;
-
- void addEventListener(DOMString type,
- EventListener listener,
- optional boolean useCapture);
- void removeEventListener(DOMString type,
- EventListener listener,
- optional boolean useCapture);
- [RaisesException] boolean dispatchEvent(Event evt);
};
« no previous file with comments | « core/testing/TypeConversions.idl ('k') | core/workers/SharedWorker.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698