Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index 069b1872ee0f6cb05aee993d7e2a46220e8c4a51..68979d2cedf0b9f2e64ba2c967ff65b4cd94e069 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -781,7 +781,8 @@ struct InliningPhase { |
call_reducer_flags |= JSCallReducer::kDeoptimizationEnabled; |
} |
JSCallReducer call_reducer(&graph_reducer, data->jsgraph(), |
- call_reducer_flags, data->native_context()); |
+ call_reducer_flags, data->native_context(), |
+ data->info()->dependencies()); |
JSContextSpecialization context_specialization( |
&graph_reducer, data->jsgraph(), |
data->info()->is_function_context_specializing() |