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