Index: src/compiler/ast-graph-builder.h |
diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h |
index 501267c2c9432f5b8bbb2cad00873ec6bfaaff28..84f3fb684763f12a0dbb827dc9abf7744fa89b9b 100644 |
--- a/src/compiler/ast-graph-builder.h |
+++ b/src/compiler/ast-graph-builder.h |
@@ -102,7 +102,7 @@ class AstGraphBuilder : public AstVisitor<AstGraphBuilder> { |
int try_nesting_level_; |
// Tracks the prediction of the innermost try-block. |
- bool try_catch_prediction_; |
+ HandlerTable::CatchPrediction try_catch_prediction_; |
// Temporary storage for building node input lists. |
int input_buffer_size_; |