Index: src/ast/prettyprinter.h |
diff --git a/src/ast/prettyprinter.h b/src/ast/prettyprinter.h |
index bb36c2bd90828d214896f43093c15a0baf619155..939a498a32c646bad8796a174ffe3c93f9aa1f20 100644 |
--- a/src/ast/prettyprinter.h |
+++ b/src/ast/prettyprinter.h |
@@ -131,6 +131,7 @@ class AstPrinter: public PrettyPrinter { |
Handle<Object> value); |
void PrintLabelsIndented(ZoneList<const AstRawString*>* labels); |
void PrintProperties(ZoneList<ObjectLiteral::Property*>* properties); |
+ void PrintTryStatement(TryStatement* try_statement); |
void inc_indent() { indent_++; } |
void dec_indent() { indent_--; } |