Index: src/compiler/ast-graph-builder.h |
diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h |
index 52e3ef2517a238ae5f9340578520a3906f521831..6cff237c3c5ecfd108b78dac47cab1583bf2686c 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_; } |