Chromium Code Reviews| Index: src/token.h | 
| diff --git a/src/token.h b/src/token.h | 
| index 4078a15cdbe6498b5ead56d90575dedde88c384a..04d7f7639b08506a27d7f7b93a6358506bf05983 100644 | 
| --- a/src/token.h | 
| +++ b/src/token.h | 
| @@ -174,6 +174,7 @@ namespace internal { | 
| K(EXPORT, "export", 0) \ | 
| K(IMPORT, "import", 0) \ | 
| K(LET, "let", 0) \ | 
| + K(YIELD, "yield", 0) \ | 
| \ | 
| /* Illegal token - not able to scan. */ \ | 
| T(ILLEGAL, "ILLEGAL", 0) \ |