Index: src/bootstrapper.h |
diff --git a/src/bootstrapper.h b/src/bootstrapper.h |
index 81ef396e06b5e2a9dedab4e58f9be116c12bca4e..263bc99e9c70c818245310556d9a97bf80050ac6 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( |