| Index: src/parser.h
|
| diff --git a/src/parser.h b/src/parser.h
|
| index 569236c593df736db2dc3786f327019b16fa4b80..afcaca29f21f9902e05d8222b98053736c1bc3b6 100644
|
| --- a/src/parser.h
|
| +++ b/src/parser.h
|
| @@ -1139,7 +1139,7 @@ class Parser : public ParserBase<ParserTraits> {
|
| void InsertShadowingVarBindingInitializers(Block* block);
|
|
|
| // Implement sloppy block-scoped functions, ES2015 Annex B 3.3
|
| - void InsertSloppyBlockFunctionVarBindings(Scope* scope, bool* ok);
|
| + void InsertSloppyBlockFunctionVarBindings(Scope* scope, ZoneList<Statement*>* body, bool* ok);
|
|
|
| // Parser support
|
| VariableProxy* NewUnresolved(const AstRawString* name, VariableMode mode);
|
|
|