| Index: lib/runtime/dart/_internal.js
|
| diff --git a/lib/runtime/dart/_internal.js b/lib/runtime/dart/_internal.js
|
| index a2c2025d75fc58b9d4216f86fcf681963da914cd..c733a6b203fc364b9d35e609aef8c57197445aed 100644
|
| --- a/lib/runtime/dart/_internal.js
|
| +++ b/lib/runtime/dart/_internal.js
|
| @@ -526,9 +526,9 @@ var _js_primitives = dart.lazyImport(_js_primitives);
|
| let ExpandIterator$ = dart.generic(function(S, T) {
|
| class ExpandIterator extends core.Object {
|
| ExpandIterator(iterator, f) {
|
| + this[_currentExpansion] = dart.const(new (EmptyIterator$(T))());
|
| this[_iterator] = iterator;
|
| this[_f] = f;
|
| - this[_currentExpansion] = dart.const(new (EmptyIterator$(T))());
|
| this[_current] = null;
|
| }
|
| [_nextExpansion]() {}
|
|
|