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

Unified Diff: utils/tip/froggertest.html

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/apidoc/mdn/extract.dart ('k') | utils/tip/tip.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: utils/tip/froggertest.html
diff --git a/utils/tip/froggertest.html b/utils/tip/froggertest.html
index 4ff08b1f6202e964f2b6468d8a09226d67cb747b..c8a90efe5cf245dd07a70ba2f867926dd28a0166 100644
--- a/utils/tip/froggertest.html
+++ b/utils/tip/froggertest.html
@@ -3,7 +3,7 @@
<script type="application/javascript"
src="../../lib/unittest/test_controller.js"></script>
<script type="application/dart">
-#import('dart:dom');
+#import('dart:dom_deprecated');
#import('../../lib/unittest/unittest.dart');
#import('../../lib/unittest/dom_configuration.dart');
« no previous file with comments | « utils/apidoc/mdn/extract.dart ('k') | utils/tip/tip.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698