| Index: src/compiler/pipeline-statistics.cc
|
| diff --git a/src/compiler/pipeline-statistics.cc b/src/compiler/pipeline-statistics.cc
|
| index e58c3965784fc6c2a1f8b5e0c45be1a0e612e8ec..0203a3587259fce6404def1455113fc3cb3e4cd9 100644
|
| --- a/src/compiler/pipeline-statistics.cc
|
| +++ b/src/compiler/pipeline-statistics.cc
|
| @@ -43,7 +43,7 @@ void PipelineStatistics::CommonStats::End(
|
|
|
| PipelineStatistics::PipelineStatistics(CompilationInfo* info,
|
| ZonePool* zone_pool)
|
| - : isolate_(info->zone()->isolate()),
|
| + : isolate_(info->isolate()),
|
| outer_zone_(info->zone()),
|
| zone_pool_(zone_pool),
|
| compilation_stats_(isolate_->GetTurboStatistics()),
|
|
|