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

Unified Diff: client/samples/hi/hi.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/layout/layout.dart ('k') | client/samples/isolate/isolate_sample.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/samples/hi/hi.dart
diff --git a/client/samples/hi/hi.dart b/client/samples/hi/hi.dart
index d7be888179d5f53a3a331248400c7f6a4d1cd96d..77cc144f834513f040b0496efde571b3ea84607a 100644
--- a/client/samples/hi/hi.dart
+++ b/client/samples/hi/hi.dart
@@ -4,7 +4,7 @@
#library('hi');
-#import('../../html/html.dart');
+#import('dart:html');
main() {
document.query('#status').innerHTML = 'Hi, Dart';
« no previous file with comments | « client/layout/layout.dart ('k') | client/samples/isolate/isolate_sample.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698