| Index: lib/compiler/implementation/ssa/codegen.dart
|
| diff --git a/lib/compiler/implementation/ssa/codegen.dart b/lib/compiler/implementation/ssa/codegen.dart
|
| index 8b51bf727613d804b24c3910786a7bb3fb48dc78..1cc43666914f1e8dd0453cde273cf128a964da76 100644
|
| --- a/lib/compiler/implementation/ssa/codegen.dart
|
| +++ b/lib/compiler/implementation/ssa/codegen.dart
|
| @@ -207,7 +207,7 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| // Create a namespace for temporaries.
|
| prefixes[TEMPORARY_PREFIX] = 0;
|
|
|
| - Interceptors interceptors = compiler.builder.interceptors;
|
| + Interceptors interceptors = compiler.backend.builder.interceptors;
|
| equalsNullElement = interceptors.getEqualsNullInterceptor();
|
| boolifiedEqualsNullElement =
|
| interceptors.getBoolifiedVersionOf(equalsNullElement);
|
|
|