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"); |