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

Unified Diff: compiler/lib/corelib_impl.dart

Issue 8271014: future and completer (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: fixed names Created 9 years, 2 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
Index: compiler/lib/corelib_impl.dart
diff --git a/compiler/lib/corelib_impl.dart b/compiler/lib/corelib_impl.dart
index afdcaafc005ad48a8eb745c525ce7de62bddbdc8..5d216591123ce5128c61a58e4878db52cb4dadb4 100644
--- a/compiler/lib/corelib_impl.dart
+++ b/compiler/lib/corelib_impl.dart
@@ -25,6 +25,7 @@
#source("src/implementation/dual_pivot_quicksort.dart");
#source("src/implementation/duration_implementation.dart");
#source("src/implementation/exceptions.dart");
+#source("src/implementation/future_implementation.dart");
#source("src/implementation/hash_map_set.dart");
#source("src/implementation/linked_hash_map.dart");
#source("src/implementation/maps.dart");

Powered by Google App Engine
This is Rietveld 408576698