| Index: src/compiler/pipeline.cc | 
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc | 
| index 585923fa69d36c63e016846be502018fea6b65be..9e0a2ab9ef56a2f5f4e95a713895823e88bdea9a 100644 | 
| --- a/src/compiler/pipeline.cc | 
| +++ b/src/compiler/pipeline.cc | 
| @@ -792,7 +792,7 @@ struct InliningPhase { | 
| CheckpointElimination checkpoint_elimination(&graph_reducer); | 
| CommonOperatorReducer common_reducer(&graph_reducer, data->graph(), | 
| data->common(), data->machine()); | 
| -    JSCallReducer call_reducer(&graph_reducer, data->jsgraph(), | 
| +    JSCallReducer call_reducer(&graph_reducer, data->jsgraph(), temp_zone, | 
| data->native_context(), | 
| data->info()->dependencies()); | 
| JSContextSpecialization context_specialization( | 
|  |