Index: pkg/compiler/lib/src/inferrer/builder_kernel.dart |
diff --git a/pkg/compiler/lib/src/inferrer/builder_kernel.dart b/pkg/compiler/lib/src/inferrer/builder_kernel.dart |
index b5ede142b5fcf039e8a8f6eccf49d0729be05a93..13af45672809f9aa42f3ffddeac8267ad1dd54bf 100644 |
--- a/pkg/compiler/lib/src/inferrer/builder_kernel.dart |
+++ b/pkg/compiler/lib/src/inferrer/builder_kernel.dart |
@@ -103,7 +103,8 @@ class KernelTypeGraphBuilder extends ir.Visitor<TypeInformation> { |
// be handled specially, in that we are computing their LUB at |
// each update, and reading them yields the type that was found in a |
// previous analysis of [outermostElement]. |
- ClosureRepresentationInfo closureData = compiler.closureDataLookup |
+ ClosureRepresentationInfo closureData = compiler |
+ .backendStrategy.closureDataLookup |
.getClosureRepresentationInfo(resolvedAst.element); |
closureData.forEachCapturedVariable((variable, field) { |
locals.setCaptured(variable, field); |