Index: src/compiler/ast-graph-builder.cc |
diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc |
index 1dd7e5fee99bb27ce3e952bfb718b677e06bbc48..f4d272f389c0aeb35d965023b99d702f369f2f63 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(); |
} |