| Index: lib/compiler/implementation/js_backend/native_emitter.dart
|
| ===================================================================
|
| --- lib/compiler/implementation/js_backend/native_emitter.dart (revision 10860)
|
| +++ lib/compiler/implementation/js_backend/native_emitter.dart (working copy)
|
| @@ -283,7 +283,7 @@
|
| // Temporary variables for common substrings.
|
| List<String> varNames = <String>[];
|
| // var -> expression
|
| - Map<String, String> varDefns = <String>{};
|
| + Map<String, String> varDefns = <String, String>{};
|
| // tag -> expression (a string or a variable)
|
| Map<ClassElement, String> tagDefns = new Map<ClassElement, String>();
|
|
|
|
|