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

Unified Diff: samples/dartcombat/dartcombatlib.dart

Issue 9422019: isolates refactor: this change introduces 'dart:isolate' as a library. This is a (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 8 years, 10 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 | « samples/chat/chat_server_lib.dart ('k') | samples/pond/dart_lib.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/dartcombat/dartcombatlib.dart
diff --git a/samples/dartcombat/dartcombatlib.dart b/samples/dartcombat/dartcombatlib.dart
index bc8a3471ecc57c4f1663179a9f0f4b26f726c4b8..72ca28bdc4a4c442d7f15c91fdb46fcfa820ee0c 100644
--- a/samples/dartcombat/dartcombatlib.dart
+++ b/samples/dartcombat/dartcombatlib.dart
@@ -4,6 +4,7 @@
#library('dartcombatlib');
+#import('dart:isolate');
#import('dart:html');
#source('setup.dart');
« no previous file with comments | « samples/chat/chat_server_lib.dart ('k') | samples/pond/dart_lib.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698