| Index: src/compiler/ast-graph-builder.cc
|
| diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc
|
| index 0e75c7d056136cf57b95acff6847b61fa874ea25..65c6826435f0df1a70fcf645094f90a9e88e5b86 100644
|
| --- a/src/compiler/ast-graph-builder.cc
|
| +++ b/src/compiler/ast-graph-builder.cc
|
| @@ -1530,9 +1530,6 @@ void AstGraphBuilder::VisitTryFinallyStatement(TryFinallyStatement* stmt) {
|
|
|
| // Dynamic dispatch after the finally-block.
|
| commands->ApplyDeferredCommands(token, result);
|
| -
|
| - // TODO(mstarzinger): Remove bailout once everything works.
|
| - if (!FLAG_turbo_try_finally) SetStackOverflow();
|
| }
|
|
|
|
|
|
|