| Index: lib/dom/idl/dart/dart.idl
|
| diff --git a/lib/dom/idl/dart/dart.idl b/lib/dom/idl/dart/dart.idl
|
| index c7470f750d4fe3b4e48a5a8905abbc06cba322fc..934e09565708820d4bea6ab3a86135f0669168d5 100644
|
| --- a/lib/dom/idl/dart/dart.idl
|
| +++ b/lib/dom/idl/dart/dart.idl
|
| @@ -215,7 +215,6 @@ 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 {
|
|
|