Index: src/compiler/graph-replay.cc |
diff --git a/src/compiler/graph-replay.cc b/src/compiler/graph-replay.cc |
index 352b171ffa0c60f809c82e0a307401059c7aedf1..df0160d46c11e80c47639aeb2bcd614fa050f504 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(graph->zone()->allocator()); |
+ Zone zone(graph->zone()->allocator(), ZONE_NAME); |
AllNodes nodes(&zone, graph); |
// Allocate the nodes first. |