Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index d4da920d452a0e365b8b0ebed984131d0863e4ff..094a8156fcd8a4438077cade64395fcdb9b56a72 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -518,7 +518,7 @@ |
? JSGlobalSpecialization::kDeoptimizationEnabled |
: JSGlobalSpecialization::kNoFlags, |
handle(data->info()->global_object(), data->isolate()), |
- data->info()->dependencies(), temp_zone); |
+ data->info()->dependencies()); |
AddReducer(data, &graph_reducer, &dead_code_elimination); |
AddReducer(data, &graph_reducer, &common_reducer); |
AddReducer(data, &graph_reducer, &global_specialization); |