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