Index: src/compiler/ast-graph-builder.h |
diff --git a/src/compiler/ast-graph-builder.h b/src/compiler/ast-graph-builder.h |
index c3603d8b96daaee1c7c4ed5fb13b1015be7a859a..8346a51d01a4abe44b36ca891473f57ebc9472af 100644 |
--- a/src/compiler/ast-graph-builder.h |
+++ b/src/compiler/ast-graph-builder.h |
@@ -445,7 +445,8 @@ |
// 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, |