| Index: src/parser.h
|
| diff --git a/src/parser.h b/src/parser.h
|
| index 103bafea3341595f4d08ef58d425567ce037da99..e061ce0f78aff801b5b920204b6f31e0401f0709 100644
|
| --- a/src/parser.h
|
| +++ b/src/parser.h
|
| @@ -697,7 +697,7 @@ class ParserTraits {
|
| const AstRawString* arg, int pos);
|
|
|
| // Generic AST generator for throwing errors from compiled code.
|
| - Expression* NewThrowError(const AstRawString* constructor,
|
| + Expression* NewThrowError(Runtime::FunctionId function_id,
|
| MessageTemplate::Template message,
|
| const AstRawString* arg, int pos);
|
|
|
|
|