| Index: runtime/vm/intermediate_language.cc
|
| diff --git a/runtime/vm/intermediate_language.cc b/runtime/vm/intermediate_language.cc
|
| index 0046c038270c00aab22e7a4178a1c9e1460ee897..e49122154eee6a6e7cc9fbde754e4b762fb7539a 100644
|
| --- a/runtime/vm/intermediate_language.cc
|
| +++ b/runtime/vm/intermediate_language.cc
|
| @@ -3165,7 +3165,7 @@ void PolymorphicInstanceCallInstr::EmitNativeCode(FlowGraphCompiler* compiler) {
|
| compiler->EmitPolymorphicInstanceCall(
|
| ic_data(), instance_call()->ArgumentCount(),
|
| instance_call()->argument_names(), deopt_id(),
|
| - instance_call()->token_pos(), locs(), complete());
|
| + instance_call()->token_pos(), locs(), complete(), total_call_count());
|
| }
|
| #endif
|
|
|
|
|