| Index: src/prettyprinter.cc
|
| diff --git a/src/prettyprinter.cc b/src/prettyprinter.cc
|
| index df129c49cc67c53e10e30433b7522b6889892c12..17f16fd97a4b084f229642a9907948bb9d8dd44d 100644
|
| --- a/src/prettyprinter.cc
|
| +++ b/src/prettyprinter.cc
|
| @@ -1381,7 +1381,7 @@ void AstPrinter::VisitTryCatchStatement(TryCatchStatement* node) {
|
|
|
|
|
| void AstPrinter::VisitTryFinallyStatement(TryFinallyStatement* node) {
|
| - IndentedScope indent(this, "TRY FINALLY");
|
| + IndentedScope indent(this, "TRY finalLY");
|
| PrintIndentedVisit("TRY", node->try_block());
|
| PrintIndentedVisit("FINALLY", node->finally_block());
|
| }
|
|
|