| Index: src/compiler/pipeline.cc
|
| diff --git a/src/compiler/pipeline.cc b/src/compiler/pipeline.cc
|
| index 4ca289c112d056bd0a7154a288f890ab56241cd2..97ede3840cf9b0ac8c4623c1e513d403924f2c8d 100644
|
| --- a/src/compiler/pipeline.cc
|
| +++ b/src/compiler/pipeline.cc
|
| @@ -419,7 +419,7 @@ struct TypedLoweringPhase {
|
| ValueNumberingReducer vn_reducer(temp_zone);
|
| LoadElimination load_elimination;
|
| JSBuiltinReducer builtin_reducer(data->jsgraph());
|
| - JSTypedLowering typed_lowering(data->jsgraph());
|
| + JSTypedLowering typed_lowering(data->jsgraph(), temp_zone);
|
| SimplifiedOperatorReducer simple_reducer(data->jsgraph());
|
| GraphReducer graph_reducer(data->graph(), temp_zone);
|
| graph_reducer.AddReducer(&vn_reducer);
|
|
|