| 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 d963e04eb00bc869ababb766cc1e9ee3f384c643..5343411f869542a538f11cf9a31bde521bdb6567 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 && controller.hasSubscribers) {
|
| + if (autoAdvance == true && controller.hasListener) {
|
| cursor.next();
|
| }
|
| }
|
|
|