Index: src/ast-inl.h |
diff --git a/src/ast-inl.h b/src/ast-inl.h |
index e88156d6e418b2e4f4f5cac33a10650c2c583f69..d1017121da248fbed2938379463efcad665fabf7 100644 |
--- a/src/ast-inl.h |
+++ b/src/ast-inl.h |
@@ -94,7 +94,8 @@ ForStatement::ForStatement(ZoneStringList* labels) |
ForInStatement::ForInStatement(ZoneStringList* labels) |
- : IterationStatement(labels), each_(NULL), enumerable_(NULL) { |
+ : IterationStatement(labels), each_(NULL), enumerable_(NULL), |
+ assignment_id_(GetNextId()) { |
} |