Index: tests/html/postmessage_structured_test.dart |
diff --git a/tests/html/postmessage_structured_test.dart b/tests/html/postmessage_structured_test.dart |
index 3cc6f6189a14949ef6087303a12ff99b41e4c7a6..e56e3b1fd5edf93387499cb35fd8bd3ddf9ac1fa 100644 |
--- a/tests/html/postmessage_structured_test.dart |
+++ b/tests/html/postmessage_structured_test.dart |
@@ -7,7 +7,7 @@ import '../../pkg/unittest/lib/unittest.dart'; |
import '../../pkg/unittest/lib/html_individual_config.dart'; |
import 'dart:html'; |
import 'dart:collection'; // SplayTreeMap |
-import 'dart:typeddata'; |
+import 'dart:typed_data'; |
import 'utils.dart'; |
injectSource(code) { |