Index: src/compiler/js-inlining.cc |
diff --git a/src/compiler/js-inlining.cc b/src/compiler/js-inlining.cc |
index 6793a4bb82222dac908a96f0edcf3bd6903fffeb..c881848f1185900b4f9ce36cbe99ea3325a5c96c 100644 |
--- a/src/compiler/js-inlining.cc |
+++ b/src/compiler/js-inlining.cc |
@@ -369,7 +369,8 @@ Reduction JSInliner::ReduceJSCallFunction(Node* node, |
info.is_deoptimization_enabled() |
? JSGlobalSpecialization::kDeoptimizationEnabled |
: JSGlobalSpecialization::kNoFlags, |
- handle(info.global_object(), info.isolate()), info_->dependencies()); |
+ handle(info.global_object(), info.isolate()), info_->dependencies(), |
+ local_zone_); |
graph_reducer.AddReducer(&dead_code_elimination); |
graph_reducer.AddReducer(&common_reducer); |
graph_reducer.AddReducer(&global_specialization); |