| Index: src/profile-generator.cc
|
| diff --git a/src/profile-generator.cc b/src/profile-generator.cc
|
| index ce07213b029403646a4f14d8086fc5269f57c6b3..003f53414bcd4d46026f69df2b6f991ad6200f2a 100644
|
| --- a/src/profile-generator.cc
|
| +++ b/src/profile-generator.cc
|
| @@ -869,7 +869,7 @@ void SampleRateCalculator::UpdateMeasurements(double current_time) {
|
| const char* const ProfileGenerator::kAnonymousFunctionName =
|
| "(anonymous function)";
|
| const char* const ProfileGenerator::kProgramEntryName =
|
| - "(program)";
|
| + "(native)";
|
| const char* const ProfileGenerator::kGarbageCollectorEntryName =
|
| "(garbage collector)";
|
|
|
|
|