| Index: src/compiler/ast-graph-builder.h
|
| diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h
|
| index a1e4fe0bc75381981e1cec0c501302a4e43ffad2..f80c1f6dd6bc33c708307e0240883d43bfaee9c0 100644
|
| --- a/src/compiler/ast-graph-builder.h
|
| +++ b/src/compiler/ast-graph-builder.h
|
| @@ -357,6 +357,7 @@ class AstGraphBuilder : public AstVisitor {
|
|
|
| // Visit statements.
|
| void VisitIfNotNull(Statement* stmt);
|
| + void VisitInScope(Statement* stmt, Scope* scope, Node* context);
|
|
|
| // Visit expressions.
|
| void Visit(Expression* expr);
|
|
|