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

Unified Diff: samples/third_party/dromaeo/tests/dom-traverse.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-traverse.dart
diff --git a/samples/third_party/dromaeo/tests/dom-traverse.dart b/samples/third_party/dromaeo/tests/dom-traverse.dart
index d75945b8a8b122e41a0473767d3bf0387442de48..d7c600c63942a184d667f270c292efbd6818c3b5 100644
--- a/samples/third_party/dromaeo/tests/dom-traverse.dart
+++ b/samples/third_party/dromaeo/tests/dom-traverse.dart
@@ -1,5 +1,5 @@
#library("dom_traverse");
-#import("dart:dom");
+#import("dart:dom_deprecated");
#import('../common/common.dart');
#source("Common.dart");
#source("RunnerSuite.dart");

Powered by Google App Engine
This is Rietveld 408576698