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

Unified Diff: client/samples/dartcombat/dartcombatlib.dart

Issue 8467034: Isolates in frog - tweaks in existing js code to make things run (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: '' Created 9 years, 1 month 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: client/samples/dartcombat/dartcombatlib.dart
diff --git a/client/samples/dartcombat/dartcombatlib.dart b/client/samples/dartcombat/dartcombatlib.dart
index 3bfd17463e445a05d2b0ea63dab8e98410dd2069..bc8a3471ecc57c4f1663179a9f0f4b26f726c4b8 100644
--- a/client/samples/dartcombat/dartcombatlib.dart
+++ b/client/samples/dartcombat/dartcombatlib.dart
@@ -4,7 +4,7 @@
#library('dartcombatlib');
-#import('../../html/html.dart');
+#import('dart:html');
#source('setup.dart');
#source('grids.dart');

Powered by Google App Engine
This is Rietveld 408576698