Chromium Code Reviews| Index: src/ast.cc |
| =================================================================== |
| --- src/ast.cc (revision 1472) |
| +++ src/ast.cc (working copy) |
| @@ -152,7 +152,7 @@ |
| } |
| -void TargetCollector::AddTarget(JumpTarget* target) { |
| +void TargetCollector::AddTarget(BreakTarget* target) { |
| // Add the label to the collector, but discard duplicates. |
| int length = targets_->length(); |
| for (int i = 0; i < length; i++) { |