Index: src/compiler/ast-graph-builder.h |
diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h |
index 4bbbc795059933626aefe5b0f3ff2c3c27e5a6b0..702aa9db9a13e9e88efa4eafca05a6de8d8d77ed 100644 |
--- a/src/compiler/ast-graph-builder.h |
+++ b/src/compiler/ast-graph-builder.h |
@@ -518,7 +518,8 @@ class AstGraphBuilder::Environment : public ZoneObject { |
// Preserve a checkpoint of the environment for the IR graph. Any |
// further mutation of the environment will not affect checkpoints. |
Node* Checkpoint(BailoutId ast_id, OutputFrameStateCombine combine = |
- OutputFrameStateCombine::Ignore()); |
+ OutputFrameStateCombine::Ignore(), |
+ bool node_has_exception = false); |
// Control dependency tracked by this environment. |
Node* GetControlDependency() { return control_dependency_; } |