| Index: src/bootstrapper.h
|
| diff --git a/src/bootstrapper.h b/src/bootstrapper.h
|
| index 51022fd60810e0e9d7abffe4613685f18554e0f7..a1ba9dd7136bdc91c232204f6172c01d76bdd615 100644
|
| --- a/src/bootstrapper.h
|
| +++ b/src/bootstrapper.h
|
| @@ -80,6 +80,7 @@ class Bootstrapper final {
|
| MaybeHandle<JSGlobalProxy> maybe_global_proxy,
|
| v8::Local<v8::ObjectTemplate> global_object_template,
|
| v8::ExtensionConfiguration* extensions, size_t context_snapshot_index,
|
| + v8::DeserializeInternalFieldsCallback internal_fields_deserializer,
|
| GlobalContextType context_type = FULL_CONTEXT);
|
|
|
| Handle<JSGlobalProxy> NewRemoteContext(
|
|
|