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

Unified Diff: client/base/base.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
« no previous file with comments | « no previous file | client/fling/samples/static/lil_client.dart » ('j') | client/layout/layout.dart » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: client/base/base.dart
diff --git a/client/base/base.dart b/client/base/base.dart
index 383099a6f5a724ef469fe1d215168deb1f76b3d9..aef5fed82b9e121edb05a6b78729592e14e11f4c 100644
--- a/client/base/base.dart
+++ b/client/base/base.dart
@@ -3,7 +3,7 @@
// BSD-style license that can be found in the LICENSE file.
#library('base');
-#import('dart:html');
+#import('../html/html.dart');
#import('../observable/observable.dart');
#import('../util/utilslib.dart');
« no previous file with comments | « no previous file | client/fling/samples/static/lil_client.dart » ('j') | client/layout/layout.dart » ('J')

Powered by Google App Engine
This is Rietveld 408576698