| Index: src/parsing/preparser.h
|
| diff --git a/src/parsing/preparser.h b/src/parsing/preparser.h
|
| index c9227bae3f6441462bae1e0fd9c4c16079e2a26b..83be879623f3e1819353308c646dec668e9b1b6c 100644
|
| --- a/src/parsing/preparser.h
|
| +++ b/src/parsing/preparser.h
|
| @@ -1383,7 +1383,7 @@ class PreParser : public ParserBase<PreParser> {
|
| }
|
|
|
| PreParserExpression ExpressionFromIdentifier(
|
| - PreParserIdentifier name, int start_position, int end_position,
|
| + PreParserIdentifier name, int start_position,
|
| InferName infer = InferName::kYes);
|
|
|
| V8_INLINE PreParserExpression ExpressionFromString(int pos) {
|
|
|