Index: utils/pub/source_registry.dart |
=================================================================== |
--- utils/pub/source_registry.dart (revision 10860) |
+++ utils/pub/source_registry.dart (working copy) |
@@ -16,7 +16,7 @@ |
/** |
* Creates a new registry with no packages registered. |
*/ |
- SourceRegistry() : _map = <Source>{}; |
+ SourceRegistry() : _map = <String, Source>{}; |
/** |
* Returns the default source, which is used when no source is specified. |