Index: src/lithium-allocator.cc |
diff --git a/src/lithium-allocator.cc b/src/lithium-allocator.cc |
index 5f4f17f16fe1a76029381a414ae732d50f09424e..3b9285689751aba6ea4ab9c4ae6f60605b3a11fb 100644 |
--- a/src/lithium-allocator.cc |
+++ b/src/lithium-allocator.cc |
@@ -511,8 +511,7 @@ LifetimePosition LiveRange::FirstIntersection(LiveRange* other) { |
LAllocator::LAllocator(int num_values, HGraph* graph) |
- : zone_(graph->isolate()), |
- chunk_(NULL), |
+ : chunk_(NULL), |
live_in_sets_(graph->blocks()->length(), zone()), |
live_ranges_(num_values * 2, zone()), |
fixed_live_ranges_(NULL), |