| 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 b9f18500c41497178c065b6a13b166815cda6e7d..5aa80a1a2566c3cd3fe95d5faa335fc60721fa35 100644
|
| --- a/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
|
| +++ b/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
|
| @@ -863,7 +863,7 @@ class ObjectStore extends NativeFieldWrapperClass1 {
|
| // TODO: need to guarantee that the controller provides the values
|
| // immediately as waiting until the next tick will cause the transaction to
|
| // close.
|
| - var controller = new StreamController<Cursor>();
|
| + var controller = new StreamController();
|
|
|
| request.onError.listen((e) {
|
| //TODO: Report stacktrace once issue 4061 is resolved.
|
|
|