Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1114)

Unified Diff: lib/runtime/dart/core.js

Issue 1089693002: remove another old analyzer workaround (Closed) Base URL: git@github.com:dart-lang/dev_compiler.git@master
Patch Set: Created 5 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « lib/runtime/dart/collection.js ('k') | lib/src/codegen/js_codegen.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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) {
« no previous file with comments | « lib/runtime/dart/collection.js ('k') | lib/src/codegen/js_codegen.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698