Index: src/compiler/ast-graph-builder.h |
diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h |
index 2fdadd494870422734ac0dd39eefcf1be268fa02..a3be67f1b1d14c6360391d86b86c309db684dcf5 100644 |
--- a/src/compiler/ast-graph-builder.h |
+++ b/src/compiler/ast-graph-builder.h |
@@ -402,7 +402,8 @@ class AstGraphBuilder : public AstVisitor { |
// Dispatched from VisitForInStatement. |
void VisitForInAssignment(Expression* expr, Node* value, |
const VectorSlotPair& feedback, |
- BailoutId bailout_id); |
+ BailoutId bailout_id_before, |
+ BailoutId bailout_id_after); |
// Dispatched from VisitObjectLiteral. |
void VisitObjectLiteralAccessor(Node* home_object, |