Chromium Code Reviews| Index: runtime/vm/scopes.h |
| =================================================================== |
| --- runtime/vm/scopes.h (revision 4004) |
| +++ runtime/vm/scopes.h (working copy) |
| @@ -212,7 +212,7 @@ |
| // Lookup the "innermost" label that labels a for, while, do, or switch |
| // statement. |
| - SourceLabel* LookupInnermostLabel(); |
| + SourceLabel* LookupInnermostLabel(Token::Kind jump_kind); |
| // Lookup the label for the "innermost" catch block if one exists. |
| SourceLabel* LookupInnermostCatchLabel(); |