Index: src/parsing/preparser.h |
diff --git a/src/parsing/preparser.h b/src/parsing/preparser.h |
index 898f8a0fa47177174f77873cf20ea30cbc8c19ed..c9227bae3f6441462bae1e0fd9c4c16079e2a26b 100644 |
--- a/src/parsing/preparser.h |
+++ b/src/parsing/preparser.h |
@@ -887,10 +887,10 @@ 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(DeclarationScope* function_scope, |
- bool parsing_module, SingletonLogger* log, |
- bool track_unresolved_variables, |
- bool may_abort, int* use_counts); |
+ PreParseResult PreParseFunction(DeclarationScope* function_scope, |
+ bool parsing_module, SingletonLogger* log, |
+ bool track_unresolved_variables, |
+ bool may_abort, int* use_counts); |
private: |
// These types form an algebra over syntactic categories that is just |