Index: src/compiler/ast-graph-builder.h |
diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h |
index f9b8b84359f998d1d1321133bc11835ba6750a3a..eaaf2a8d69b65f3e5f252bb59993c1559a803153 100644 |
--- a/src/compiler/ast-graph-builder.h |
+++ b/src/compiler/ast-graph-builder.h |
@@ -90,6 +90,7 @@ class AstGraphBuilder : public AstVisitor { |
SetOncePointer<Node> function_context_; |
// Tracks how many try-blocks are currently entered. |
+ int try_catch_nesting_level_; |
int try_nesting_level_; |
// Temporary storage for building node input lists. |