| Index: src/compiler/pipeline.cc | 
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc | 
| index a8d40cd9f7cf8da94165740afbf0e2049cd4bde9..520cf0fb2e5702d8a5a0715cb2fc812de6fe6f76 100644 | 
| --- a/src/compiler/pipeline.cc | 
| +++ b/src/compiler/pipeline.cc | 
| @@ -511,7 +511,7 @@ struct NativeContextSpecializationPhase { | 
| ? JSGlobalSpecialization::kDeoptimizationEnabled | 
| : JSGlobalSpecialization::kNoFlags, | 
| handle(data->info()->global_object(), data->isolate()), | 
| -        data->info()->dependencies()); | 
| +        data->info()->dependencies(), temp_zone); | 
| AddReducer(data, &graph_reducer, &dead_code_elimination); | 
| AddReducer(data, &graph_reducer, &common_reducer); | 
| AddReducer(data, &graph_reducer, &global_specialization); | 
|  |