| Index: lib/runtime/dart/collection.js
|
| diff --git a/lib/runtime/dart/collection.js b/lib/runtime/dart/collection.js
|
| index 170c9d489e8702c4c45f43f7b6c89ddff7984822..cd4195087fa54cfee3d1eed2b267a0251a0ad779 100644
|
| --- a/lib/runtime/dart/collection.js
|
| +++ b/lib/runtime/dart/collection.js
|
| @@ -987,8 +987,8 @@ var collection;
|
| return IterableBase;
|
| });
|
| let IterableBase = IterableBase$();
|
| - let _iterator = Symbol('_iterator');
|
| let _NOT_MOVED_YET = Symbol('_NOT_MOVED_YET');
|
| + let _iterator = Symbol('_iterator');
|
| let _state = Symbol('_state');
|
| let _move = Symbol('_move');
|
| let _HAS_NEXT_AND_NEXT_IN_CURRENT = Symbol('_HAS_NEXT_AND_NEXT_IN_CURRENT');
|
|
|