| Index: src/compiler/pipeline.cc
|
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
|
| index 934f4be17df9ba94d75435a79e9d8e23e8d557cd..75ffee24b162e0e6c44352ea1bce298824753384 100644
|
| --- a/src/compiler/pipeline.cc
|
| +++ b/src/compiler/pipeline.cc
|
| @@ -1044,7 +1044,8 @@ struct EffectControlLinearizationPhase {
|
| // chains and lower them,
|
| // - get rid of the region markers,
|
| // - introduce effect phis and rewire effects to get SSA again.
|
| - EffectControlLinearizer linearizer(data->jsgraph(), schedule, temp_zone);
|
| + EffectControlLinearizer linearizer(data->jsgraph(), schedule, temp_zone,
|
| + data->source_positions());
|
| linearizer.Run();
|
| }
|
| };
|
|
|