Chromium Code Reviews| Index: src/scanner.h | 
| diff --git a/src/scanner.h b/src/scanner.h | 
| index b77c7f528bd27bbcbcf2b00c61f59fc72d0fec3d..356c8e4a549b0e41b753ab95db4891f164e0bc3d 100644 | 
| --- a/src/scanner.h | 
| +++ b/src/scanner.h | 
| @@ -653,7 +653,7 @@ class Scanner { | 
| bool harmony_modules_; | 
| // Whether we scan 0o777 and 0b111 as numbers. | 
| bool harmony_numeric_literals_; | 
| - // Whether we scan 'super' as keyword. | 
| + // Whether we scan 'class', 'extends', 'static' and 'super' as keywords. | 
| bool harmony_classes_; | 
| }; |