Index: lib/compiler/implementation/js/printer.dart |
diff --git a/lib/compiler/implementation/js/printer.dart b/lib/compiler/implementation/js/printer.dart |
index 17f25c4325efe43348bc1f04ab72685e942541f1..b59739f7dfb4c2c942d245268684af71bc546653 100644 |
--- a/lib/compiler/implementation/js/printer.dart |
+++ b/lib/compiler/implementation/js/printer.dart |
@@ -978,7 +978,7 @@ class MinifyRenamer implements Namer { |
} |
assert(const RegExp(r'[a-zA-Z][a-zA-Z0-9]*').hasMatch(newName)); |
nameNumber++; |
- maps.last()[oldName] = newName; |
+ maps.last[oldName] = newName; |
return newName; |
} |
} |