| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index 661626d97d41b05549d770596929fb679f716f71..d38457186b2c6fd136a24cb52ac3a60a40fa1b7f 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -284,7 +284,7 @@ class AstGraphBuilder : public AstVisitor {
|
| void VisitForValues(ZoneList<Expression*>* exprs);
|
|
|
| // Common for all IterationStatement bodies.
|
| - void VisitIterationBody(IterationStatement* stmt, LoopBuilder* loop, int);
|
| + void VisitIterationBody(IterationStatement* stmt, LoopBuilder* loop);
|
|
|
| // Dispatched from VisitCallRuntime.
|
| void VisitCallJSRuntime(CallRuntime* expr);
|
|
|