Chromium Code Reviews| Index: src/token.h |
| diff --git a/src/token.h b/src/token.h |
| index 3535e343af8b0dd8e4dd21dca0fffffb0ddfd805..fe9541262754846edad35524e83e519fb5117199 100644 |
| --- a/src/token.h |
| +++ b/src/token.h |
| @@ -153,6 +153,7 @@ namespace internal { |
| K(IMPORT, "import", 0) \ |
| K(LET, "let", 0) \ |
| K(YIELD, "yield", 0) \ |
| + K(SUPER, "super", 0) \ |
| \ |
| /* Illegal token - not able to scan. */ \ |
| T(ILLEGAL, "ILLEGAL", 0) \ |