Chromium Code Reviews| Index: runtime/vm/token.h |
| =================================================================== |
| --- runtime/vm/token.h (revision 12349) |
| +++ runtime/vm/token.h (working copy) |
| @@ -136,7 +136,6 @@ |
| TOK(kLIBRARY, "#library", 0, kNoAttribute) \ |
| TOK(kIMPORT, "#import", 0, kNoAttribute) \ |
| TOK(kSOURCE, "#source", 0, kNoAttribute) \ |
| - TOK(kRESOURCE, "#resource", 0, kNoAttribute) \ |
| // List of keywords. The list must be alphabetically ordered. The |
| // keyword recognition code depends on the ordering. |