| Index: src/snapshot/snapshot.h
|
| diff --git a/src/snapshot/snapshot.h b/src/snapshot/snapshot.h
|
| index 49a60926dcbfc4f90d114c6104888f9dea74f674..010072a694f67568f2299452555628d3d26ed30f 100644
|
| --- a/src/snapshot/snapshot.h
|
| +++ b/src/snapshot/snapshot.h
|
| @@ -59,7 +59,8 @@ class Snapshot : public AllStatic {
|
| // Create a new context using the internal partial snapshot.
|
| static MaybeHandle<Context> NewContextFromSnapshot(
|
| Isolate* isolate, Handle<JSGlobalProxy> global_proxy,
|
| - size_t context_index);
|
| + size_t context_index,
|
| + v8::DeserializeInternalFieldsCallback internal_fields_deserializer);
|
|
|
| static bool HaveASnapshotToStartFrom(Isolate* isolate);
|
|
|
|
|