Chromium Code Reviews| Index: runtime/vm/token.h |
| diff --git a/runtime/vm/token.h b/runtime/vm/token.h |
| index 7f7cb647e679913ba177d799f9e4d952d5e0bd29..bb9db1f00231ebdd596f04d23ef7a2a2b46c6c52 100644 |
| --- a/runtime/vm/token.h |
| +++ b/runtime/vm/token.h |
| @@ -123,6 +123,7 @@ namespace dart { |
| \ |
| TOK(kAT, "@", 0, kNoAttribute) \ |
| \ |
| + TOK(kNEWLINE, "<NL>", 0, kNoAttribute) \ |
| TOK(kWHITESP, "", 0, kNoAttribute) \ |
| TOK(kERROR, "", 0, kNoAttribute) \ |
| TOK(kILLEGAL, "", 0, kNoAttribute) \ |