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

Unified Diff: tests/dom/cross_frame_test.dart

Issue 10389097: Move dart:dom to dart:dom_deprecated (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: 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
Index: tests/dom/cross_frame_test.dart
diff --git a/tests/dom/cross_frame_test.dart b/tests/dom/cross_frame_test.dart
index db9a01e4e159db5c09674341c9d78860bdebb2c3..f524b55a411451e54893367d4b423099e38c1da8 100644
--- a/tests/dom/cross_frame_test.dart
+++ b/tests/dom/cross_frame_test.dart
@@ -1,7 +1,7 @@
#library('CrossFrameTest');
#import('../../lib/unittest/unittest.dart');
#import('../../lib/unittest/dom_config.dart');
-#import('dart:dom');
+#import('dart:dom_deprecated');
main() {
useDomConfiguration();

Powered by Google App Engine
This is Rietveld 408576698