| Index: pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart
|
| diff --git a/pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart b/pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart
|
| index 5c55f6376beac3198e1f3024e7419fc5afa1790d..dedacc5f018ca29510432451bfe27ef3b2a54708 100644
|
| --- a/pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart
|
| +++ b/pkg/compiler/lib/src/cps_ir/cps_ir_builder_task.dart
|
| @@ -3544,6 +3544,10 @@ class GlobalProgramInformation {
|
| return TypeMaskFactory.fromNativeBehavior(behavior, _compiler);
|
| }
|
|
|
| + TypeMask getTypeMaskForNativeFunction(FunctionElement function) {
|
| + return _compiler.typesTask.getGuaranteedTypeOfElement(function);
|
| + }
|
| +
|
| FieldElement locateSingleField(Selector selector, TypeMask type) {
|
| return _compiler.world.locateSingleField(selector, type);
|
| }
|
|
|