Chromium Code Reviews| Index: src/preparser.h |
| diff --git a/src/preparser.h b/src/preparser.h |
| index 66fad3bcbf6b51456577a0219748f2013c4fb1e8..b7fa6c73bd4db1eb6c9be286df86576a58758758 100644 |
| --- a/src/preparser.h |
| +++ b/src/preparser.h |
| @@ -243,6 +243,8 @@ class PreParser { |
| return scanner_->Next(); |
| } |
| + bool peek_any_identifier(); |
| + |
| void Consume(i::Token::Value token) { Next(); } |
| void Expect(i::Token::Value token, bool* ok) { |