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

Unified Diff: lib/isolate/isolate_dart2js.dart

Issue 10830230: Add Timer implementation for dart2js. Also moves tests to appropriate location. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 4 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: lib/isolate/isolate_dart2js.dart
diff --git a/lib/isolate/isolate_dart2js.dart b/lib/isolate/isolate_dart2js.dart
index b1e1bf405b173ab842b1bca689ddb7458fea04a0..6b2d3d80fd272dc94479a942b81f6e62a764716b 100644
--- a/lib/isolate/isolate_dart2js.dart
+++ b/lib/isolate/isolate_dart2js.dart
@@ -43,8 +43,9 @@
#source("serialization.dart");
#source("dart2js/compiler_hooks.dart");
#source("dart2js/isolateimpl.dart");
-#source("dart2js/ports.dart");
#source("dart2js/messages.dart");
+#source("dart2js/ports.dart");
+#source("dart2js/timer_provider.dart");
/**
* Called by the compiler to support switching

Powered by Google App Engine
This is Rietveld 408576698