| Index: src/compiler/ast-graph-builder.cc
|
| diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc
|
| index 06abeac20cd2777684202a3c184277b006473677..1f28db16e01641951b95c6f7a68f67b7956cf30b 100644
|
| --- a/src/compiler/ast-graph-builder.cc
|
| +++ b/src/compiler/ast-graph-builder.cc
|
| @@ -2966,7 +2966,7 @@ void AstGraphBuilder::VisitInScope(Statement* stmt, Scope* s, Node* context) {
|
| Visit(stmt);
|
| }
|
|
|
| -
|
| +template <class IterationStatement>
|
| void AstGraphBuilder::VisitIterationBody(IterationStatement* stmt,
|
| LoopBuilder* loop) {
|
| ControlScopeForIteration scope(this, stmt, loop);
|
|
|