Index: src/full-codegen.h |
diff --git a/src/full-codegen.h b/src/full-codegen.h |
index 21f6922b6fa138da4ae2cbcda4349848ee486849..af58941d3a5587c853d1b9f80dd967468af925c4 100644 |
--- a/src/full-codegen.h |
+++ b/src/full-codegen.h |
@@ -484,7 +484,7 @@ class FullCodeGenerator: public AstVisitor { |
// Assign to the given expression as if via '='. The right-hand-side value |
// is expected in the accumulator. |
- void EmitAssignment(Expression* expr); |
+ void EmitAssignment(Expression* expr, int bailout_ast_id); |
// Complete a variable assignment. The right-hand-side value is expected |
// in the accumulator. |