| 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 0d92e799ca8ecf37eec941c1340f1ad9843a8fd2..71b47ad1c982e43110ecfecc118cef4a3323ff82 100644
|
| --- a/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
|
| +++ b/sdk/lib/indexed_db/dartium/indexed_db_dartium.dart
|
| @@ -336,7 +336,7 @@ class IdbFactory extends NativeFieldWrapperClass1 {
|
| * and errors out when the request errors.
|
| */
|
| Future _completeRequest(Request request) {
|
| - var completer = new Completer();
|
| + var completer = new Completer.sync();
|
| // TODO: make sure that completer.complete is synchronous as transactions
|
| // may be committed if the result is not processed immediately.
|
| request.onSuccess.listen((e) {
|
|
|