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

Unified Diff: modules/indexeddb/IDBTransaction.idl

Issue 22498002: Roll IDL to multivm@1329 (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 | « modules/indexeddb/IDBRequest.idl ('k') | modules/indexeddb/WorkerContextIndexedDatabase.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/indexeddb/IDBTransaction.idl
diff --git a/modules/indexeddb/IDBTransaction.idl b/modules/indexeddb/IDBTransaction.idl
index 912736d5de1304bcce6e2dc71f28682b425b099a..9eac27f996c0847f632ee216d665c3571ec10f23 100644
--- a/modules/indexeddb/IDBTransaction.idl
+++ b/modules/indexeddb/IDBTransaction.idl
@@ -25,9 +25,8 @@
*/
[
- ActiveDOMObject,
- EventTarget
-] interface IDBTransaction {
+ ActiveDOMObject
+] interface IDBTransaction : EventTarget {
// Properties
readonly attribute DOMString mode;
@@ -42,12 +41,4 @@
attribute EventListener onabort;
attribute EventListener oncomplete;
attribute EventListener onerror;
- // EventTarget interface
- 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 | « modules/indexeddb/IDBRequest.idl ('k') | modules/indexeddb/WorkerContextIndexedDatabase.idl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698