| Index: lib/compiler/implementation/library_map.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/library_map.dart (revision 10860)
|
| +++ lib/compiler/implementation/library_map.dart (working copy)
|
| @@ -25,7 +25,7 @@
|
| * Specifies the location of Dart platform libraries.
|
| */
|
| final Map<String, LibraryInfo> DART2JS_LIBRARY_MAP
|
| - = const <LibraryInfo> {
|
| + = const <String, LibraryInfo> {
|
| "core": const LibraryInfo(
|
| "lib/compiler/implementation/lib/core.dart"),
|
| "coreimpl": const LibraryInfo(
|
|
|