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

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

Issue 10344025: Forbid zero argument variant of IDBRequest.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') | lib/html/dartium/html_dartium.dart » ('J')
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..c7470f750d4fe3b4e48a5a8905abbc06cba322fc 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, CallWith=ScriptExecutionContext] IDBRequest openCursor() raises (IDBDatabaseException);
};
interface IDBKeyRange {
« no previous file with comments | « no previous file | lib/html/dartium/html_dartium.dart » ('j') | lib/html/dartium/html_dartium.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698