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

Unified Diff: utils/tip/tip.dart

Issue 10389097: Move dart:dom to dart:dom_deprecated (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Fixes from review Created 8 years, 7 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 | « utils/tip/froggertest.html ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tip/tip.dart
diff --git a/utils/tip/tip.dart b/utils/tip/tip.dart
index da428abaa9ff6daa9cb55a3d428a7be56200df55..870feef996d65348bab7126c44cb99923a4a3d50 100644
--- a/utils/tip/tip.dart
+++ b/utils/tip/tip.dart
@@ -9,7 +9,7 @@
* TODO(jimhug): Separate these pieces cleanly.
*/
-#import('dart:dom');
+#import('dart:dom_deprecated');
#import('../../frog/lang.dart');
#import('../../frog/file_system_dom.dart');
@@ -115,7 +115,7 @@ final int LINE_HEIGHT = 22; // TODO(jimhug): This constant sucks.
final int CHAR_WIDTH = 8; // TODO(jimhug): See above.
final String CODE = '''
-#import("dart:dom");
+#import("dart:dom_deprecated");
// This is an interesting field;
final int y = 22;
« no previous file with comments | « utils/tip/froggertest.html ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698