| Index: pkg/compiler/lib/src/ssa/codegen.dart
|
| diff --git a/pkg/compiler/lib/src/ssa/codegen.dart b/pkg/compiler/lib/src/ssa/codegen.dart
|
| index 95fa2568e9cd073d0ae786314ed2370aa38bcb2f..e350485cc3d4bbb7676596b9b6c2cc271abd8e91 100644
|
| --- a/pkg/compiler/lib/src/ssa/codegen.dart
|
| +++ b/pkg/compiler/lib/src/ssa/codegen.dart
|
| @@ -2866,7 +2866,7 @@ class SsaCodeGenerator implements HVisitor, HBlockInformationVisitor {
|
| // TODO(5022): We currently generate $isFunction checks for
|
| // function types.
|
| registry.registerTypeUse(
|
| - new TypeUse.isCheck(compiler.coreTypes.functionType));
|
| + new TypeUse.isCheck(compiler.commonElements.functionType));
|
| }
|
| registry.registerTypeUse(new TypeUse.isCheck(type));
|
|
|
|
|