| Index: src/crankshaft/hydrogen.h
|
| diff --git a/src/crankshaft/hydrogen.h b/src/crankshaft/hydrogen.h
|
| index 1a83ba0c901ad71494068bab4508b36d5c1d675e..e2ceb3e6a17c4b47c659d04a59f891697a6faf3d 100644
|
| --- a/src/crankshaft/hydrogen.h
|
| +++ b/src/crankshaft/hydrogen.h
|
| @@ -2271,7 +2271,7 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
|
| void VisitLogicalExpression(BinaryOperation* expr);
|
| void VisitArithmeticExpression(BinaryOperation* expr);
|
|
|
| - void VisitLoopBody(IterationStatement* stmt,
|
| + void VisitLoopBody(IterationStatement* stmt, BailoutId stack_check_id,
|
| HBasicBlock* loop_entry);
|
|
|
| void BuildForInBody(ForInStatement* stmt, Variable* each_var,
|
| @@ -2297,7 +2297,7 @@ class HOptimizedGraphBuilder : public HGraphBuilder, public AstVisitor {
|
| HBasicBlock* BuildLoopEntry(IterationStatement* statement);
|
|
|
| HBasicBlock* JoinContinue(IterationStatement* statement,
|
| - HBasicBlock* exit_block,
|
| + BailoutId continue_id, HBasicBlock* exit_block,
|
| HBasicBlock* continue_block);
|
|
|
| HValue* Top() const { return environment()->Top(); }
|
|
|