Index: src/snapshot/snapshot.h |
diff --git a/src/snapshot/snapshot.h b/src/snapshot/snapshot.h |
index f0b90bbacd8136806d65c7bb53d45f6f686f7b79..d99f118bff2708cd79a7ea31c229505ad4959d7b 100644 |
--- a/src/snapshot/snapshot.h |
+++ b/src/snapshot/snapshot.h |
@@ -37,8 +37,7 @@ 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<JSGlobalProxy> global_proxy, |
- Handle<FixedArray>* outdated_contexts_out); |
+ Isolate* isolate, Handle<JSGlobalProxy> global_proxy); |
static bool HaveASnapshotToStartFrom(Isolate* isolate); |