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

Unified Diff: samples/third_party/dromaeo/tests/dom-attr.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: samples/third_party/dromaeo/tests/dom-attr.dart
diff --git a/samples/third_party/dromaeo/tests/dom-attr.dart b/samples/third_party/dromaeo/tests/dom-attr.dart
index f033197a7e4f4b091e40bce7975ab5b535997b4f..2eb1027500a0e13566d83e7c1e8e4931f79423e6 100644
--- a/samples/third_party/dromaeo/tests/dom-attr.dart
+++ b/samples/third_party/dromaeo/tests/dom-attr.dart
@@ -1,5 +1,5 @@
#library("dom_attr");
-#import("dart:dom");
+#import("dart:dom_deprecated");
#import("dart:json");
#source("Common.dart");
#source("RunnerSuite.dart");
« no previous file with comments | « samples/third_party/dromaeo/tests/RunnerSuite.dart ('k') | samples/third_party/dromaeo/tests/dom-modify.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698