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