| Index: src/profile-generator-inl.h
|
| diff --git a/src/profile-generator-inl.h b/src/profile-generator-inl.h
|
| index 02e146f14a31fc9f5f72d53982c085b13c9ff5d2..e4f32a7c7a4803ef02131f525d35035fcf90c939 100644
|
| --- a/src/profile-generator-inl.h
|
| +++ b/src/profile-generator-inl.h
|
| @@ -84,7 +84,7 @@ CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) {
|
| return gc_entry_;
|
| case JS:
|
| case COMPILER:
|
| - case PARALLEL_COMPILER_PROLOGUE:
|
| + case PARALLEL_COMPILER:
|
| // DOM events handlers are reported as OTHER / EXTERNAL entries.
|
| // To avoid confusing people, let's put all these entries into
|
| // one bucket.
|
|
|