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

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

Powered by Google App Engine
This is Rietveld 408576698