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

Unified Diff: modules/indexeddb/IDBRequest.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 | « 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 e8f87b86cae6d615a5de86d22e8cd4c020670db6..1faea2623dbdfb5496e27e785b3bd6b5b2205562 100644
--- a/modules/indexeddb/IDBRequest.idl
+++ b/modules/indexeddb/IDBRequest.idl
@@ -40,6 +40,6 @@
readonly attribute DOMString readyState;
// Events
- attribute EventListener onsuccess;
- attribute EventListener onerror;
+ attribute EventHandler onsuccess;
+ attribute EventHandler onerror;
};
« 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
This is Rietveld 408576698