Chromium Code Reviews| Index: src/parser.h |
| diff --git a/src/parser.h b/src/parser.h |
| index 346f75fa2b12d12255e66c766456a79c16a58b97..9722a898f36362bc80cb6e76b4efdcb56aad9d09 100644 |
| --- a/src/parser.h |
| +++ b/src/parser.h |
| @@ -796,6 +796,8 @@ class Parser : public ParserBase<ParserTraits> { |
| const AstRawString* function_name, int pos, Variable* fvar, |
| Token::Value fvar_init_op, bool is_generator, bool* ok); |
| + void HandleSourceURLComments(); |
| + |
| void ThrowPendingError(); |
| void InternalizeUseCounts(); |