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

Unified Diff: samples/third_party/dromaeo/tests/dom-modify.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: samples/third_party/dromaeo/tests/dom-modify.dart
diff --git a/samples/third_party/dromaeo/tests/dom-modify.dart b/samples/third_party/dromaeo/tests/dom-modify.dart
index 990ec37235f8ff199894e439dd94e7307bb67df9..40873897c250aaf87d0e0b67a603b3b757ca668d 100644
--- a/samples/third_party/dromaeo/tests/dom-modify.dart
+++ b/samples/third_party/dromaeo/tests/dom-modify.dart
@@ -1,5 +1,5 @@
#library("dom_modify");
-#import("dart:dom");
+#import("dart:dom_deprecated");
#import("dart:json");
#source("Common.dart");
#source("RunnerSuite.dart");

Powered by Google App Engine
This is Rietveld 408576698