Chromium Code Reviews| Index: runtime/vm/token.h |
| =================================================================== |
| --- runtime/vm/token.h (revision 21305) |
| +++ runtime/vm/token.h (working copy) |
| @@ -170,6 +170,7 @@ |
| KW(kNULL, "null", 0, kKeyword) \ |
| KW(kOPERATOR, "operator", 0, kPseudoKeyword) \ |
| KW(kPART, "part", 0, kPseudoKeyword) \ |
| + KW(kRETHROW, "rethrow", 0, kKeyword) \ |
| KW(kRETURN, "return", 0, kKeyword) \ |
| KW(kSET, "set", 0, kPseudoKeyword) \ |
| KW(kSTATIC, "static", 0, kPseudoKeyword) \ |