| 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 {
|
|
|