| 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 510de4e32d2c5c60a2a88af3a066cc1030ebd922..ec7d9b30fcfd67b4868159442bd479803e348f21 100644
|
| --- a/tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate
|
| @@ -86,7 +86,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<Cursor>();
|
| + var controller = new StreamController();
|
|
|
| request.onError.listen((e) {
|
| //TODO: Report stacktrace once issue 4061 is resolved.
|
|
|