| Index: src/compiler/ast-graph-builder.cc
|
| diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc
|
| index d04fc62c71dc060cc321b5cb8fe3f3c8ad08875a..341aedc09910e393ea375c32184e62d981dee77a 100644
|
| --- a/src/compiler/ast-graph-builder.cc
|
| +++ b/src/compiler/ast-graph-builder.cc
|
| @@ -2844,8 +2844,8 @@ void AstGraphBuilder::VisitSuperPropertyReference(
|
|
|
|
|
| void AstGraphBuilder::VisitSuperCallReference(SuperCallReference* expr) {
|
| - Node* value = BuildThrowUnsupportedSuperError(expr->id());
|
| - ast_context()->ProduceValue(value);
|
| + // Handled by VisitCall
|
| + UNREACHABLE();
|
| }
|
|
|
|
|
|
|