Chromium Code Reviews| Index: mojom/mojom_parser/lexer/tokens.go |
| diff --git a/mojom/mojom_parser/lexer/tokens.go b/mojom/mojom_parser/lexer/tokens.go |
| index 660a84e574910eeffc5eb2192385520510cbb79a..b341d586d62eaf5da34c30b1ccbdf0ab6017d7e8 100644 |
| --- a/mojom/mojom_parser/lexer/tokens.go |
| +++ b/mojom/mojom_parser/lexer/tokens.go |
| @@ -67,6 +67,10 @@ const ( |
| FloatConst |
| Ordinal |
| StringLiteral |
| + |
| + // Comments |
| + SingleLineComment |
| + MultiLineComment |
| ) |
| // This method is used to generate user-facing strings in compilation error |