Index: runtime/bin/vmservice/vmservice_io.dart |
diff --git a/runtime/bin/vmservice/vmservice_io.dart b/runtime/bin/vmservice/vmservice_io.dart |
index 1f7eee2867a296c62feb26b35a96faf9189446e6..987af55d7939b7f9be91129e3e2f9ef36b93c344 100644 |
--- a/runtime/bin/vmservice/vmservice_io.dart |
+++ b/runtime/bin/vmservice/vmservice_io.dart |
@@ -5,6 +5,7 @@ |
library vmservice_io; |
import 'dart:async'; |
+import 'dart:collection'; |
import 'dart:convert'; |
import 'dart:io'; |
import 'dart:isolate'; |
@@ -27,7 +28,7 @@ var _signalSubscription; |
// HTTP server. |
Server server; |
Future<Server> serverFuture; |
-Map<String, Asset> assets; |
+HashMap<String, Asset> assets; |
_onShutdown() { |
if (server != null) { |