| Index: lib/runtime/dart/core.js
|
| diff --git a/lib/runtime/dart/core.js b/lib/runtime/dart/core.js
|
| index 5235c5d8011b409664ab4994199323727eeeeda2..9c781a03433c26852c7ec9e28c779e90be7df37f 100644
|
| --- a/lib/runtime/dart/core.js
|
| +++ b/lib/runtime/dart/core.js
|
| @@ -1141,7 +1141,7 @@ var core;
|
| _GeneratorIterable(end, generator) {
|
| this[_end] = end;
|
| this[_start] = 0;
|
| - this[_generator] = dart.as(generator != null ? generator : _GeneratorIterable[_id], _Generator);
|
| + this[_generator] = dart.as(generator != null ? generator : _GeneratorIterable[_id], _Generator$(E));
|
| super.IterableBase();
|
| }
|
| slice(start, end, generator) {
|
|
|