| Index: lib/dom/idl/dart/dart.idl
|
| diff --git a/lib/dom/idl/dart/dart.idl b/lib/dom/idl/dart/dart.idl
|
| index 5e2fc228c954c03b9f7f7b2f860ae002064c481b..d479121b2426bfe8852c54eb4c182248669d0a46 100644
|
| --- a/lib/dom/idl/dart/dart.idl
|
| +++ b/lib/dom/idl/dart/dart.idl
|
| @@ -216,7 +216,6 @@ module storage {
|
| interface IDBObjectStore {
|
| [DartName=getObject] IDBRequest get(in IDBKey key);
|
| [DartName=getObject] IDBRequest get(in IDBKeyRange key);
|
| - [Suppressed] IDBRequest openCursor() raises (IDBDatabaseException);
|
| };
|
|
|
| interface EntrySync {
|
|
|