| Index: src/compiler/pipeline.cc
|
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
|
| index 0041da25bf31e00b18b135849e1ddf97c1f2390d..e36b81fa7ea798d63d6872473275531a03718336 100644
|
| --- a/src/compiler/pipeline.cc
|
| +++ b/src/compiler/pipeline.cc
|
| @@ -914,7 +914,7 @@ struct TypedLoweringPhase {
|
| : MaybeHandle<LiteralsArray>();
|
| JSCreateLowering create_lowering(
|
| &graph_reducer, data->info()->dependencies(), data->jsgraph(),
|
| - literals_array, temp_zone);
|
| + literals_array, data->native_context(), temp_zone);
|
| JSTypedLowering::Flags typed_lowering_flags = JSTypedLowering::kNoFlags;
|
| if (data->info()->is_deoptimization_enabled()) {
|
| typed_lowering_flags |= JSTypedLowering::kDeoptimizationEnabled;
|
|
|