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..c916e7940f0d7fb4fe6924a772012963cd40d04a 100644 |
--- a/src/compiler/ast-graph-builder.h |
+++ b/src/compiler/ast-graph-builder.h |
@@ -414,6 +414,7 @@ class AstGraphBuilder : public AstVisitor { |
void VisitForValues(ZoneList<Expression*>* exprs); |
// Common for all IterationStatement bodies. |
+ template <class IterationStatement> |
void VisitIterationBody(IterationStatement* stmt, LoopBuilder* loop); |
// Dispatched from VisitCall. |