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

Unified Diff: lib/isolate/isolate_dart2js.dart

Issue 10843007: Cleanup isolate library after frog removal. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 5 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_leg.dart b/lib/isolate/isolate_dart2js.dart
similarity index 94%
rename from lib/isolate/isolate_leg.dart
rename to lib/isolate/isolate_dart2js.dart
index 529f786d10c6a18d9048a75c69e3ef98f0ee5eca..b1e1bf405b173ab842b1bca689ddb7458fea04a0 100644
--- a/lib/isolate/isolate_leg.dart
+++ b/lib/isolate/isolate_dart2js.dart
@@ -41,10 +41,10 @@
#source("timer.dart");
#source("timer_hook.dart");
#source("serialization.dart");
-#source("frog/compiler_hooks.dart");
-#source("frog/isolateimpl.dart");
-#source("frog/ports.dart");
-#source("frog/messages.dart");
+#source("dart2js/compiler_hooks.dart");
+#source("dart2js/isolateimpl.dart");
+#source("dart2js/ports.dart");
+#source("dart2js/messages.dart");
/**
* Called by the compiler to support switching

Powered by Google App Engine
This is Rietveld 408576698