Chromium Code Reviews

Unified Diff: modules/indexeddb/IDBRequest.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.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « modules/indexeddb/IDBOpenDBRequest.idl ('k') | modules/indexeddb/IDBTransaction.idl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: modules/indexeddb/IDBRequest.idl
diff --git a/modules/indexeddb/IDBRequest.idl b/modules/indexeddb/IDBRequest.idl
index b0b0bdb15174ff04b068786b3ec96ef83ac80e66..e8f87b86cae6d615a5de86d22e8cd4c020670db6 100644
--- a/modules/indexeddb/IDBRequest.idl
+++ b/modules/indexeddb/IDBRequest.idl
@@ -28,9 +28,8 @@
*/
[
- ActiveDOMObject,
- EventTarget
-] interface IDBRequest {
+ ActiveDOMObject
+] interface IDBRequest : EventTarget {
[GetterRaisesException] readonly attribute IDBAny result;
[GetterRaisesException] readonly attribute DOMError error;
@@ -43,13 +42,4 @@
// Events
attribute EventListener onsuccess;
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/IDBOpenDBRequest.idl ('k') | modules/indexeddb/IDBTransaction.idl » ('j') | no next file with comments »

Powered by Google App Engine