Chromium Code Reviews| Index: vm/token.h |
| =================================================================== |
| --- vm/token.h (revision 4470) |
| +++ vm/token.h (working copy) |
| @@ -129,6 +129,7 @@ |
| 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. |