| Index: lib/runtime/dart/html.js
|
| diff --git a/lib/runtime/dart/html.js b/lib/runtime/dart/html.js
|
| index 28397f300458deceabeacb04c900f7a75a940adb..33ddd5c5cd15d1185b6e5a785d8042f5f79dd625 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)) {
|
|
|