| Index: runtime/vm/coverage.cc
|
| diff --git a/runtime/vm/coverage.cc b/runtime/vm/coverage.cc
|
| index 8ce260be1b624e788c19276417ad20d29e9f7770..2e85c3d25b10afa5ff2f1ac71c0a031fbcea9274 100644
|
| --- a/runtime/vm/coverage.cc
|
| +++ b/runtime/vm/coverage.cc
|
| @@ -89,7 +89,7 @@ void CodeCoverage::CompileAndAdd(const Function& function,
|
| // Print the hit counts for all IC datas.
|
| ZoneGrowableArray<const ICData*>* ic_data_array =
|
| new(zone) ZoneGrowableArray<const ICData*>();
|
| - function.RestoreICDataMap(ic_data_array, false /* clone descriptors */);
|
| + function.RestoreICDataMap(ic_data_array, false /* clone ic-data */);
|
| const PcDescriptors& descriptors = PcDescriptors::Handle(
|
| zone, code.pc_descriptors());
|
|
|
|
|