| Index: lib/compiler/implementation/js_backend/namer.dart
|
| diff --git a/lib/compiler/implementation/js_backend/namer.dart b/lib/compiler/implementation/js_backend/namer.dart
|
| index a5ec408306d4d29ef453bb18f8a2d632f737bd28..dd8ab2e9a8808f6145583cecb7aee0be57adea28 100644
|
| --- a/lib/compiler/implementation/js_backend/namer.dart
|
| +++ b/lib/compiler/implementation/js_backend/namer.dart
|
| @@ -270,7 +270,8 @@ class Namer {
|
| kind === ElementKind.GETTER ||
|
| kind === ElementKind.SETTER ||
|
| kind === ElementKind.TYPEDEF ||
|
| - kind === ElementKind.LIBRARY) {
|
| + kind === ElementKind.LIBRARY ||
|
| + kind === ElementKind.MALFORMED_TYPE) {
|
| String result = getFreshGlobalName(guess);
|
| globals[element] = result;
|
| return result;
|
|
|