Index: src/compiler/graph-replay.cc |
diff --git a/src/compiler/graph-replay.cc b/src/compiler/graph-replay.cc |
index 7f4cc95d91b0cf3c2a692165a9e78217df20d290..cb775e96f3538f56fabc7f54e57a4f5144a7dc13 100644 |
--- a/src/compiler/graph-replay.cc |
+++ b/src/compiler/graph-replay.cc |
@@ -20,7 +20,7 @@ namespace compiler { |
void GraphReplayPrinter::PrintReplay(Graph* graph) { |
GraphReplayPrinter replay; |
PrintF(" Node* nil = graph()->NewNode(common()->Dead());\n"); |
- Zone zone; |
+ Zone zone(graph->zone()->allocator()); |
AllNodes nodes(&zone, graph); |
// Allocate the nodes first. |