Index: src/parser.h |
diff --git a/src/parser.h b/src/parser.h |
index e061ce0f78aff801b5b920204b6f31e0401f0709..1dd19d91b202e8c0c7cffb8db96e4bee785ed95e 100644 |
--- a/src/parser.h |
+++ b/src/parser.h |
@@ -788,6 +788,8 @@ class ParserTraits { |
const Scanner::Location& params_loc, Scanner::Location* duplicate_loc, |
bool* ok); |
+ void ReindexLiterals(const ParserFormalParameterParsingState& parsing_state); |
+ |
// Temporary glue; these functions will move to ParserBase. |
Expression* ParseV8Intrinsic(bool* ok); |
FunctionLiteral* ParseFunctionLiteral( |