Index: tests/html/postmessage_structured_test.dart |
diff --git a/tests/html/postmessage_structured_test.dart b/tests/html/postmessage_structured_test.dart |
index 0db690d6ae4b55bebf9cca2167e3e5808f7c7c2b..a37280fa9e2709992d58afa6dbe247bf3f80dbd6 100644 |
--- a/tests/html/postmessage_structured_test.dart |
+++ b/tests/html/postmessage_structured_test.dart |
@@ -6,7 +6,7 @@ |
#import('../../pkg/unittest/unittest.dart'); |
#import('../../pkg/unittest/html_config.dart'); |
#import('dart:html'); |
-#import('dart:coreimpl'); // SplayTreeMap |
+#import('dart:collection'); // SplayTreeMap |
#import('utils.dart'); |
injectSource(code) { |