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

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

Issue 1135543003: Fixes #178 (Closed) Base URL: https://github.com/dart-lang/dev_compiler.git@master
Patch Set: Reformat Created 5 years, 7 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 | « no previous file | lib/runtime/dart/async.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/runtime/dart/_internal.js
diff --git a/lib/runtime/dart/_internal.js b/lib/runtime/dart/_internal.js
index 5f961ef26bee5af31f62edc7f537a2b6ed344ef0..a2c2025d75fc58b9d4216f86fcf681963da914cd 100644
--- a/lib/runtime/dart/_internal.js
+++ b/lib/runtime/dart/_internal.js
@@ -844,7 +844,7 @@ var _js_primitives = dart.lazyImport(_js_primitives);
}
[core.$map](f) {
dart.as(f, dart.functionType(dart.dynamic, [E]));
- return dart.const(new EmptyIterable());
+ return dart.const(new (EmptyIterable$())());
}
[core.$reduce](combine) {
dart.as(combine, dart.functionType(E, [E, E]));
« no previous file with comments | « no previous file | lib/runtime/dart/async.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698