| Index: src/bootstrapper.h
|
| diff --git a/src/bootstrapper.h b/src/bootstrapper.h
|
| index 81acc68afbc3a888cdbe3fe1473550dbfceb291b..9d836920cf0905fdd184bd1dc5f154f1c1f8e98f 100644
|
| --- a/src/bootstrapper.h
|
| +++ b/src/bootstrapper.h
|
| @@ -80,7 +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,
|
| + v8::DeserializeEmbedderFieldsCallback embedder_fields_deserializer,
|
| GlobalContextType context_type = FULL_CONTEXT);
|
|
|
| Handle<JSGlobalProxy> NewRemoteContext(
|
|
|