| 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 1a539d9b661ec11902a5f6d76f92ee17934c69a9..745303eb5f24e29dcb0c8caffbdb500c75c75e48 100644
|
| --- a/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
|
| +++ b/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
|
| @@ -877,7 +877,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();
|
| + var controller = new StreamController(sync: true);
|
|
|
| request.onError.listen((e) {
|
| //TODO: Report stacktrace once issue 4061 is resolved.
|
|
|