Index: tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate |
diff --git a/tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate b/tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate |
index 4251ff5aadc7bde11532f8923e337f49d265c037..3d9aa48fe84bf984eb44e79318545b5e01be7bb0 100644 |
--- a/tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate |
+++ b/tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate |
@@ -147,7 +147,7 @@ $!MEMBERS |
// 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. |