| Index: lib/runtime/dart/html.js
|
| diff --git a/lib/runtime/dart/html.js b/lib/runtime/dart/html.js
|
| index c66d0a47403cca04484b4dcc690cd9e8ee613446..a08edc09cb25a5ddb3007679db8edf9b6d92f8b7 100644
|
| --- a/lib/runtime/dart/html.js
|
| +++ b/lib/runtime/dart/html.js
|
| @@ -5273,7 +5273,7 @@ dart_library.library('dart/html', null, /* Imports */[
|
| return value;
|
| }
|
| get iterator() {
|
| - return this.toList()[dartx.iterator];
|
| + return this[dartx.toList]()[dartx.iterator];
|
| }
|
| addAll(iterable) {
|
| if (dart.is(iterable, _ChildNodeListLazy)) {
|
|
|