| Index: src/snapshot/snapshot.h
|
| diff --git a/src/snapshot/snapshot.h b/src/snapshot/snapshot.h
|
| index a8a1202729cd9509317406be2a9c690ad120929a..30dbd236ddac200ef688ed67686dcd06212dff30 100644
|
| --- a/src/snapshot/snapshot.h
|
| +++ b/src/snapshot/snapshot.h
|
| @@ -60,7 +60,7 @@ class Snapshot : public AllStatic {
|
| static MaybeHandle<Context> NewContextFromSnapshot(
|
| Isolate* isolate, Handle<JSGlobalProxy> global_proxy,
|
| size_t context_index,
|
| - v8::DeserializeInternalFieldsCallback internal_fields_deserializer);
|
| + v8::DeserializeEmbedderFieldsCallback embedder_fields_deserializer);
|
|
|
| static bool HaveASnapshotToStartFrom(Isolate* isolate);
|
|
|
|
|