Index: src/compiler/ast-graph-builder.cc |
diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc |
index 9a28391858ac5995c2650c019999b175d8a33158..6f9371a061f6ffac5812926b5fb0ba71dc37f436 100644 |
--- a/src/compiler/ast-graph-builder.cc |
+++ b/src/compiler/ast-graph-builder.cc |
@@ -2583,8 +2583,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::kInlineGeneratorThrow) { |
ast_context()->ProduceValue(jsgraph()->TheHoleConstant()); |
return SetStackOverflow(); |
} |