Index: src/compiler/ast-graph-builder.cc |
diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc |
index c105f2c22c16f94e61f041d570f820d128539760..9a28391858ac5995c2650c019999b175d8a33158 100644 |
--- a/src/compiler/ast-graph-builder.cc |
+++ b/src/compiler/ast-graph-builder.cc |
@@ -2584,8 +2584,7 @@ void AstGraphBuilder::VisitCallRuntime(CallRuntime* expr) { |
// TODO(mstarzinger): This bailout is a gigantic hack, the owner is ashamed. |
if (function->function_id == Runtime::kInlineGeneratorNext || |
function->function_id == Runtime::kInlineGeneratorThrow || |
- function->function_id == Runtime::kInlineDefaultConstructorCallSuper || |
- function->function_id == Runtime::kInlineCallSuperWithSpread) { |
+ function->function_id == Runtime::kInlineDefaultConstructorCallSuper) { |
ast_context()->ProduceValue(jsgraph()->TheHoleConstant()); |
return SetStackOverflow(); |
} |