| Index: pkg/compiler/lib/src/ssa/builder.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/builder.dart b/pkg/compiler/lib/src/ssa/builder.dart
|
| index be5d07099303f11ea4720f01d63bcde645c8e528..bf44963f2da33ad1d21765e72753295d8c834088 100644
|
| --- a/pkg/compiler/lib/src/ssa/builder.dart
|
| +++ b/pkg/compiler/lib/src/ssa/builder.dart
|
| @@ -215,8 +215,8 @@ class SsaBuilder extends ast.Visitor
|
| sourceInformationFactory.createBuilderForContext(resolvedAst);
|
| graph.sourceInformation =
|
| sourceInformationBuilder.buildVariableDeclaration();
|
| - localsHandler = new LocalsHandler(
|
| - this, target, null, closedWorld.nativeData, backend.interceptorData);
|
| + localsHandler = new LocalsHandler(this, target, null,
|
| + closedWorld.nativeData, closedWorld.interceptorData);
|
| loopHandler = new SsaLoopHandler(this);
|
| typeBuilder = new TypeBuilder(this);
|
| }
|
|
|