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

Unified Diff: lib/isolate/isolate_leg.dart

Issue 10696091: Refactor the message serialization code a bit so we can start playing with it for JS interop purpos… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Remove extra length. 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
« no previous file with comments | « lib/isolate/frog/ports.dart ('k') | lib/isolate/serialization.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/isolate/isolate_leg.dart
diff --git a/lib/isolate/isolate_leg.dart b/lib/isolate/isolate_leg.dart
index 2b59e3cb6a23fd27a87d68207a1771bec83d4002..529f786d10c6a18d9048a75c69e3ef98f0ee5eca 100644
--- a/lib/isolate/isolate_leg.dart
+++ b/lib/isolate/isolate_leg.dart
@@ -40,6 +40,7 @@
#source("isolate_api.dart");
#source("timer.dart");
#source("timer_hook.dart");
+#source("serialization.dart");
#source("frog/compiler_hooks.dart");
#source("frog/isolateimpl.dart");
#source("frog/ports.dart");
« no previous file with comments | « lib/isolate/frog/ports.dart ('k') | lib/isolate/serialization.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698