| Index: sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
|
| diff --git a/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart b/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
|
| index a19e78f6a6cfd620769568040707cbab2ef91e30..fa2333ff6f659891a9101ecd02632764e7449d73 100644
|
| --- a/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
|
| +++ b/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
|
| @@ -672,7 +672,7 @@ class ObjectStore extends NativeFieldWrapperClass1 {
|
| * the current transaction.
|
| */
|
| @DomName('IDBObjectStore.openCursor')
|
| - Stream<Cursor> openCursor({key, KeyRange range, String direction,
|
| + Stream<CursorWithValue> openCursor({key, KeyRange range, String direction,
|
| bool autoAdvance}) {
|
| var key_OR_range = null;
|
| if (key != null) {
|
|
|