Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index 8ef8c538b4663e0931626b565f147f8c79afd50b..aad4e3e64643ab0bd6d38a49003e52b3711541ff 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() |