| Index: pkg/compiler/lib/src/dump_info.dart
|
| diff --git a/pkg/compiler/lib/src/dump_info.dart b/pkg/compiler/lib/src/dump_info.dart
|
| index a1e3d4355bbc3d9cba8e9f06df3e3dbadbb5a55a..135feba86107fea300ca9140db565910a53b20d6 100644
|
| --- a/pkg/compiler/lib/src/dump_info.dart
|
| +++ b/pkg/compiler/lib/src/dump_info.dart
|
| @@ -214,8 +214,7 @@ class ElementInfoCollector extends BaseElementVisitor<Info, dynamic> {
|
| size: compiler.dumpInfoTask.sizeOf(element));
|
| _elementToInfo[element] = closureInfo;
|
|
|
| - ClosureRepresentationInfo closureRepresentation = compiler
|
| - .closureToClassMapper
|
| + ClosureRepresentationInfo closureRepresentation = compiler.closureDataLookup
|
| .getClosureRepresentationInfo(element.methodElement);
|
| assert(closureRepresentation.closureClassEntity == element);
|
|
|
|
|