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

Unified Diff: lib/dom/idl/dart/dart.idl

Issue 10384003: Suppress zero-argument IDBObjectStore.openCursor. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 8 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 | « no previous file | lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/dom/idl/dart/dart.idl
diff --git a/lib/dom/idl/dart/dart.idl b/lib/dom/idl/dart/dart.idl
index 934e09565708820d4bea6ab3a86135f0669168d5..7d7fb69792aed222f4496919f15a4b4f2f6999e2 100644
--- a/lib/dom/idl/dart/dart.idl
+++ b/lib/dom/idl/dart/dart.idl
@@ -215,6 +215,7 @@ module storage {
interface IDBObjectStore {
[DartName=getObject] IDBRequest get(in IDBKey key);
[DartName=getObject] IDBRequest get(in IDBKeyRange key);
+ [Suppressed] IDBRequest openCursor() raises (IDBDatabaseException);
};
interface IDBKeyRange {
« no previous file with comments | « no previous file | lib/html/dartium/html_dartium.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698