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