| Index: tools/dom/templates/html/impl/impl_IDBFactory.darttemplate
|
| diff --git a/tools/dom/templates/html/impl/impl_IDBFactory.darttemplate b/tools/dom/templates/html/impl/impl_IDBFactory.darttemplate
|
| index b64989ca7fae27d3cb1cf56ead02223739264992..842b6f42895cd30d08cebef312e906f69903ebf1 100644
|
| --- a/tools/dom/templates/html/impl/impl_IDBFactory.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_IDBFactory.darttemplate
|
| @@ -96,7 +96,7 @@ $!MEMBERS
|
| * 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) {
|
|
|