| Index: pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart
|
| diff --git a/pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart b/pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart
|
| index 80ad3f1ef791b959f9fea10eb7cf4dc2d9313ca1..233835ba470d450609192b1a22dcf853c772e6f8 100644
|
| --- a/pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart
|
| +++ b/pkg/compiler/lib/src/js_emitter/runtime_type_generator.dart
|
| @@ -228,7 +228,7 @@ class RuntimeTypeGenerator {
|
| generateSubstitution,
|
| generated);
|
| }
|
| - FunctionType callType = callFunction.computeType(compiler);
|
| + FunctionType callType = callFunction.computeType(compiler.resolution);
|
| generateFunctionTypeSignature(callFunction, callType);
|
| }
|
| }
|
|
|