Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index bce40c50b0efa45bbbc84d90b2e481122bcb6985..c8de905a73bd287358f09f02171c34d9c55c8a4a 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -570,7 +570,7 @@ |
: CompilationJob(isolate, &info_, "TurboFan"), |
zone_(isolate->allocator()), |
zone_stats_(isolate->allocator()), |
- parse_info_(&zone_, handle(function->shared())), |
+ parse_info_(&zone_, function), |
info_(&parse_info_, function), |
pipeline_statistics_(CreatePipelineStatistics(info(), &zone_stats_)), |
data_(&zone_stats_, info(), pipeline_statistics_.get()), |