| Index: src/v8globals.h
|
| diff --git a/src/v8globals.h b/src/v8globals.h
|
| index a295f8b0aa4ff0e3547ac77ab6921f5ed5194abc..a95672d10ff542b12ad9fe37bc9063d22a53fc9c 100644
|
| --- a/src/v8globals.h
|
| +++ b/src/v8globals.h
|
| @@ -359,11 +359,12 @@ struct AccessorDescriptor {
|
| // VMState object leaves a state by popping the current state from the
|
| // stack.
|
|
|
| -#define STATE_TAG_LIST(V) \
|
| - V(JS) \
|
| - V(GC) \
|
| - V(COMPILER) \
|
| - V(OTHER) \
|
| +#define STATE_TAG_LIST(V) \
|
| + V(JS) \
|
| + V(GC) \
|
| + V(COMPILER) \
|
| + V(PARALLEL_COMPILER_PROLOGUE) \
|
| + V(OTHER) \
|
| V(EXTERNAL)
|
|
|
| enum StateTag {
|
|
|