| Index: lib/compiler/implementation/dart2js.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/dart2js.dart (revision 10860)
|
| +++ lib/compiler/implementation/dart2js.dart (working copy)
|
| @@ -151,7 +151,7 @@
|
| helpAndFail('Error: Extra arguments: ${Strings.join(extra, " ")}');
|
| }
|
|
|
| - Map<String, SourceFile> sourceFiles = <SourceFile>{};
|
| + Map<String, SourceFile> sourceFiles = <String, SourceFile>{};
|
| int dartBytesRead = 0;
|
|
|
| Future<String> provider(Uri uri) {
|
|
|