| Index: src/parsing/preparser.h
|
| diff --git a/src/parsing/preparser.h b/src/parsing/preparser.h
|
| index 72fa36d18352dc543c6f55efba2d6b62dc9f4d85..d17d2312d6047f574f79c8bfef6c286ca705a670 100644
|
| --- a/src/parsing/preparser.h
|
| +++ b/src/parsing/preparser.h
|
| @@ -823,8 +823,7 @@ class PreParser : public ParserBase<PreParser> {
|
| // keyword and parameters, and have consumed the initial '{'.
|
| // At return, unless an error occurred, the scanner is positioned before the
|
| // the final '}'.
|
| - PreParseResult PreParseLazyFunction(FunctionKind kind,
|
| - DeclarationScope* function_scope,
|
| + PreParseResult PreParseLazyFunction(DeclarationScope* function_scope,
|
| bool parsing_module, ParserRecorder* log,
|
| bool track_unresolved_variables,
|
| bool may_abort, int* use_counts);
|
|
|