Index: tests/dom/indexeddb_1_test.dart |
diff --git a/tests/dom/indexeddb_1_test.dart b/tests/dom/indexeddb_1_test.dart |
index 604e3613e4070878f38b3638022718ce44c8d6ef..28c0aa8d15f7b1d4784ec08b4901574fc5155230 100644 |
--- a/tests/dom/indexeddb_1_test.dart |
+++ b/tests/dom/indexeddb_1_test.dart |
@@ -1,7 +1,7 @@ |
#library('IndexedDB1Test'); |
#import('../../lib/unittest/unittest.dart'); |
#import('../../lib/unittest/dom_config.dart'); |
-#import('dart:dom'); |
+#import('dart:dom_deprecated'); |
final String DB_NAME = 'Test'; |
final String STORE_NAME = 'TEST'; |