Index: src/snapshot.h |
diff --git a/src/snapshot.h b/src/snapshot.h |
index 62e0b9bf853368f39cc6b46df2290811e3a8f3b3..5e3df4f48c249a794dff6064f48af4ad00a960b8 100644 |
--- a/src/snapshot.h |
+++ b/src/snapshot.h |
@@ -32,7 +32,8 @@ class Snapshot : public AllStatic { |
static bool Initialize(Isolate* isolate); |
// Create a new context using the internal partial snapshot. |
static MaybeHandle<Context> NewContextFromSnapshot( |
- Isolate* isolate, Handle<FixedArray>* outdated_contexts_out); |
+ Isolate* isolate, Handle<JSGlobalProxy> global_proxy, |
+ Handle<FixedArray>* outdated_contexts_out); |
static bool HaveASnapshotToStartFrom(); |