Chromium Code Reviews| Index: src/lithium-allocator.cc |
| diff --git a/src/lithium-allocator.cc b/src/lithium-allocator.cc |
| index 5f4f17f16fe1a76029381a414ae732d50f09424e..822334116f12bef6787730846db5f79e64153965 100644 |
| --- a/src/lithium-allocator.cc |
| +++ b/src/lithium-allocator.cc |
| @@ -511,7 +511,7 @@ LifetimePosition LiveRange::FirstIntersection(LiveRange* other) { |
| LAllocator::LAllocator(int num_values, HGraph* graph) |
| - : zone_(graph->isolate()), |
| + : zone_(), |
|
Michael Starzinger
2015/01/23 14:21:11
nit: Explicit initializer call could be dropped.
danno
2015/01/23 14:45:20
Done.
|
| chunk_(NULL), |
| live_in_sets_(graph->blocks()->length(), zone()), |
| live_ranges_(num_values * 2, zone()), |