| Index: lib/compiler/implementation/emitter.dart
|
| diff --git a/lib/compiler/implementation/emitter.dart b/lib/compiler/implementation/emitter.dart
|
| index 04072dfa87d7c2564b98b73d5dd1f419ad8f38ce..bcda9f670969acc8efc2b149f7091a0e9188dbb8 100644
|
| --- a/lib/compiler/implementation/emitter.dart
|
| +++ b/lib/compiler/implementation/emitter.dart
|
| @@ -704,7 +704,7 @@ function(collectedClasses) {
|
| // Create a new closure class.
|
| SourceString name = const SourceString("BoundClosure");
|
| ClassElement closureClassElement =
|
| - new ClosureClassElement(compiler, member.getCompilationUnit());
|
| + new ClosureClassElement(name, compiler, member.getCompilationUnit());
|
| String mangledName = namer.getName(closureClassElement);
|
| String superName = namer.getName(closureClassElement.superclass);
|
| needsClosureClass = true;
|
|
|