| Index: src/isolate.h
|
| diff --git a/src/isolate.h b/src/isolate.h
|
| index 768ec247ccc93d59c0e8bfe0e0b39be86f839f51..74eb2b82ddfa1f8cc31945d0f553f63db49b2b16 100644
|
| --- a/src/isolate.h
|
| +++ b/src/isolate.h
|
| @@ -404,8 +404,6 @@ typedef List<HeapObject*> DebugObjectCache;
|
| V(intptr_t*, api_external_references, nullptr) \
|
| V(AddressToIndexHashMap*, external_reference_map, nullptr) \
|
| V(HeapObjectToIndexHashMap*, root_index_map, nullptr) \
|
| - V(v8::DeserializeInternalFieldsCallback, \
|
| - deserialize_internal_fields_callback, nullptr) \
|
| V(int, pending_microtask_count, 0) \
|
| V(int, debug_microtask_count, kDebugPromiseFirstID) \
|
| V(HStatistics*, hstatistics, nullptr) \
|
|
|