| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 0b9ea7bed1d4cdce411f53cc0c394ce6481c65bb..157c3f90215b27b6a607104d4c616d732e11c7c2 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -402,6 +402,8 @@ typedef List<HeapObject*> DebugObjectCache;
|
| V(intptr_t*, api_external_references, nullptr) \
|
| V(base::HashMap*, external_reference_map, nullptr) \
|
| V(base::HashMap*, root_index_map, nullptr) \
|
| + V(v8::DeserializeInternalFieldsCallback, \
|
| + deserialize_internal_fields_callback, nullptr) \
|
| V(int, pending_microtask_count, 0) \
|
| V(int, debug_microtask_count, 0) \
|
| V(HStatistics*, hstatistics, nullptr) \
|
|
|