summaryrefslogtreecommitdiff
path: root/deps/v8/src/ast/source-range-ast-visitor.h
diff options
context:
space:
mode:
Diffstat (limited to 'deps/v8/src/ast/source-range-ast-visitor.h')
-rw-r--r--deps/v8/src/ast/source-range-ast-visitor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/v8/src/ast/source-range-ast-visitor.h b/deps/v8/src/ast/source-range-ast-visitor.h
index 4ea36a947f..4ba5feb2d2 100644
--- a/deps/v8/src/ast/source-range-ast-visitor.h
+++ b/deps/v8/src/ast/source-range-ast-visitor.h
@@ -34,6 +34,7 @@ class SourceRangeAstVisitor final
friend class AstTraversalVisitor<SourceRangeAstVisitor>;
void VisitBlock(Block* stmt);
+ void VisitSwitchStatement(SwitchStatement* stmt);
void VisitFunctionLiteral(FunctionLiteral* expr);
bool VisitNode(AstNode* node);