Chromium Code Reviews| Index: src/ast-inl.h |
| =================================================================== |
| --- src/ast-inl.h (revision 4863) |
| +++ src/ast-inl.h (working copy) |
| @@ -45,7 +45,9 @@ |
| IterationStatement::IterationStatement(ZoneStringList* labels) |
| - : BreakableStatement(labels, TARGET_FOR_ANONYMOUS), body_(NULL) { |
| + : BreakableStatement(labels, TARGET_FOR_ANONYMOUS), |
| + body_(NULL), |
| + continue_target_(JumpTarget::BIDIRECTIONAL) { |
| } |