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 082cd1c5eaa6ad3db405ea4ec22bbea41e485a2d..2e59430bfbd4d1ac0f157c18ddc2de35923e70f3 100644 |
--- a/pkg/compiler/lib/src/dump_info.dart |
+++ b/pkg/compiler/lib/src/dump_info.dart |
@@ -214,7 +214,8 @@ class ElementInfoCollector extends BaseElementVisitor<Info, dynamic> { |
size: compiler.dumpInfoTask.sizeOf(element)); |
_elementToInfo[element] = closureInfo; |
- ClosureRepresentationInfo closureRepresentation = compiler.closureDataLookup |
+ ClosureRepresentationInfo closureRepresentation = compiler |
+ .backendStrategy.closureDataLookup |
.getClosureRepresentationInfo(element.methodElement); |
assert(closureRepresentation.closureClassEntity == element); |