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

Unified Diff: client/samples/isolate/isolate_sample.dart

Issue 8526024: convert html.dart to dart:html in all client samples. (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
« no previous file with comments | « client/samples/hi/hi.dart ('k') | client/samples/slider/slider_sample.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/samples/isolate/isolate_sample.dart
diff --git a/client/samples/isolate/isolate_sample.dart b/client/samples/isolate/isolate_sample.dart
index 3cab8cb932a685d5bf1dd75d6a36b226f4dedefb..a8b2cd4543c42f425ba756e74cca3f623bfdf2a1 100644
--- a/client/samples/isolate/isolate_sample.dart
+++ b/client/samples/isolate/isolate_sample.dart
@@ -5,7 +5,7 @@
#library('isolate_sample');
#import('../../base/base.dart');
-#import('../../html/html.dart');
+#import('dart:html');
#source('IsolateSample.dart');
« no previous file with comments | « client/samples/hi/hi.dart ('k') | client/samples/slider/slider_sample.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698