| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index fdd183288897f4721d8aa96b5435db48b2a73b95..d04d571616082b99c99690cb23ae7371603754a8 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -391,6 +391,7 @@ typedef List<HeapObject*> DebugObjectCache;
|
| V(int, max_available_threads, 0) \
|
| V(uint32_t, per_isolate_assert_data, 0xFFFFFFFFu) \
|
| V(PromiseRejectCallback, promise_reject_callback, NULL) \
|
| + V(const v8::StartupData*, snapshot_blob, NULL) \
|
| ISOLATE_INIT_SIMULATOR_LIST(V)
|
|
|
| #define THREAD_LOCAL_TOP_ACCESSOR(type, name) \
|
|
|