Index: src/crankshaft/lithium-allocator.cc |
diff --git a/src/crankshaft/lithium-allocator.cc b/src/crankshaft/lithium-allocator.cc |
index d17cd27c1072aa19b9f329c7ff06d99c7ba6edce..aa4459b23a20536c91c9fbbdcc0f8bce597e250c 100644 |
--- a/src/crankshaft/lithium-allocator.cc |
+++ b/src/crankshaft/lithium-allocator.cc |
@@ -513,7 +513,7 @@ LifetimePosition LiveRange::FirstIntersection(LiveRange* other) { |
} |
LAllocator::LAllocator(int num_values, HGraph* graph) |
- : zone_(graph->isolate()->allocator()), |
+ : zone_(graph->isolate()->allocator(), ZONE_NAME), |
chunk_(NULL), |
live_in_sets_(graph->blocks()->length(), zone()), |
live_ranges_(num_values * 2, zone()), |