| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index c3603d8b96daaee1c7c4ed5fb13b1015be7a859a..c4df8962f559bf61f4daffa7fec306a124b604c0 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -414,7 +414,8 @@ class AstGraphBuilder : public AstVisitor {
|
| void VisitForValues(ZoneList<Expression*>* exprs);
|
|
|
| // Common for all IterationStatement bodies.
|
| - void VisitIterationBody(IterationStatement* stmt, LoopBuilder* loop);
|
| + void VisitIterationBody(IterationStatement* stmt, LoopBuilder* loop,
|
| + BailoutId stack_check_id);
|
|
|
| // Dispatched from VisitCall.
|
| void VisitCallSuper(Call* expr);
|
|
|