Chromium Code Reviews| Index: src/token.h |
| diff --git a/src/token.h b/src/token.h |
| index 930d525da35092a7e03859cc66eb650acb22dc6e..77333bc0b690299822fccba855013a793398825c 100644 |
| --- a/src/token.h |
| +++ b/src/token.h |
| @@ -167,6 +167,7 @@ namespace internal { |
| \ |
| /* Future reserved words (ECMA-262, section 7.6.1.2). */ \ |
| T(FUTURE_RESERVED_WORD, NULL, 0) \ |
| + T(FUTURE_STRICT_RESERVED_WORD, NULL, 0) \ |
| K(CONST, "const", 0) \ |
| \ |
| /* Illegal token - not able to scan. */ \ |