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

Unified Diff: editor/tools/plugins/com.google.dart.tools.core_test/test_data/UserLibrary/userLib.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
Index: editor/tools/plugins/com.google.dart.tools.core_test/test_data/UserLibrary/userLib.dart
diff --git a/editor/tools/plugins/com.google.dart.tools.core_test/test_data/UserLibrary/userLib.dart b/editor/tools/plugins/com.google.dart.tools.core_test/test_data/UserLibrary/userLib.dart
index 2682ca34f417275920c4029167eb402bf564b9f6..0b2fae8d400bc50493abbe32a62ec0eb8fd3c32d 100644
--- a/editor/tools/plugins/com.google.dart.tools.core_test/test_data/UserLibrary/userLib.dart
+++ b/editor/tools/plugins/com.google.dart.tools.core_test/test_data/UserLibrary/userLib.dart
@@ -1,3 +1,3 @@
-#import('dart:dom');
+#import('dart:dom_deprecated');
#source('point.dart');

Powered by Google App Engine
This is Rietveld 408576698