| Index: src/profile-generator-inl.h
|
| diff --git a/src/profile-generator-inl.h b/src/profile-generator-inl.h
|
| index 4e6302c37eb102ec9fcf3a0bec92f8f9c96cf1c5..64dabf62b7a1e018d0e1b940ca357a10bf86a504 100644
|
| --- a/src/profile-generator-inl.h
|
| +++ b/src/profile-generator-inl.h
|
| @@ -85,7 +85,6 @@ CodeEntry* ProfileGenerator::EntryForVMState(StateTag tag) {
|
| return gc_entry_;
|
| case JS:
|
| case COMPILER:
|
| - 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.
|
|
|