| 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 6f22f937e86ffd3d31a6ffcb46aeb00358c1108e..027466f5a75f8091e56f41c54badf0920de4ea99 100644
|
| --- a/tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate
|
| +++ b/tools/dom/templates/html/impl/impl_IDBObjectStore.darttemplate
|
| @@ -160,7 +160,7 @@ $!MEMBERS
|
| controller.close();
|
| } else {
|
| controller.add(cursor);
|
| - if (autoAdvance == true) {
|
| + if (autoAdvance == true && controller.hasSubscribers) {
|
| cursor.next();
|
| }
|
| }
|
|
|