Index: src/compiler/ast-graph-builder.cc |
diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc |
index 49a67157c7a96866fbd12045e1070ee59c76aace..e7e8828e7e6c877f30f4be29fc3211680ea1b9cb 100644 |
--- a/src/compiler/ast-graph-builder.cc |
+++ b/src/compiler/ast-graph-builder.cc |
@@ -1540,6 +1540,11 @@ void AstGraphBuilder::VisitThisFunction(ThisFunction* expr) { |
} |
+void AstGraphBuilder::VisitSuperReference(SuperReference* expr) { |
+ UNREACHABLE(); |
+} |
+ |
+ |
void AstGraphBuilder::VisitCaseClause(CaseClause* expr) { UNREACHABLE(); } |