Index: src/compiler/pipeline.cc |
diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc |
index 7b0330cfb6e55535b1af8c21fad687fce9646bc3..c83348aa3d623f4aa722bf829c381e57a39b3ef6 100644 |
--- a/src/compiler/pipeline.cc |
+++ b/src/compiler/pipeline.cc |
@@ -918,7 +918,7 @@ struct TypedLoweringPhase { |
data->info()->is_deoptimization_enabled() |
? JSBuiltinReducer::kDeoptimizationEnabled |
: JSBuiltinReducer::kNoFlags, |
- data->info()->dependencies()); |
+ data->info()->dependencies(), data->native_context()); |
Handle<LiteralsArray> literals_array(data->info()->closure()->literals()); |
JSCreateLowering create_lowering( |
&graph_reducer, data->info()->dependencies(), data->jsgraph(), |