Index: src/compiler/js-inlining.cc |
diff --git a/src/compiler/js-inlining.cc b/src/compiler/js-inlining.cc |
index 7470ff529b2e7e349da136a0c6e74e249649ecd0..6b39be10405b4dc9cb14bf472581ab893345d5cf 100644 |
--- a/src/compiler/js-inlining.cc |
+++ b/src/compiler/js-inlining.cc |
@@ -368,7 +368,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); |