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

Unified Diff: client/samples/hi/hi.dart

Issue 8416010: Further code review changes for issue 8341027. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Add DOMWrapperBase._empty. Created 9 years, 2 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
Index: client/samples/hi/hi.dart
diff --git a/client/samples/hi/hi.dart b/client/samples/hi/hi.dart
index 77cc144f834513f040b0496efde571b3ea84607a..d7be888179d5f53a3a331248400c7f6a4d1cd96d 100644
--- a/client/samples/hi/hi.dart
+++ b/client/samples/hi/hi.dart
@@ -4,7 +4,7 @@
#library('hi');
-#import('dart:html');
+#import('../../html/html.dart');
main() {
document.query('#status').innerHTML = 'Hi, Dart';

Powered by Google App Engine
This is Rietveld 408576698