| Index: src/parsing/parser.h
|
| diff --git a/src/parsing/parser.h b/src/parsing/parser.h
|
| index c6ad212f8abcba59bc445604f59be000609b3a18..c6c91f818117408c011fe0959dcefc6c60a55a5c 100644
|
| --- a/src/parsing/parser.h
|
| +++ b/src/parsing/parser.h
|
| @@ -475,10 +475,8 @@ class Parser : public ParserBase<Parser> {
|
|
|
| // Implement sloppy block-scoped functions, ES2015 Annex B 3.3
|
| void InsertSloppyBlockFunctionVarBindings(DeclarationScope* scope,
|
| - Scope* complex_params_scope,
|
| bool* ok);
|
|
|
| - static InitializationFlag DefaultInitializationFlag(VariableMode mode);
|
| VariableProxy* NewUnresolved(const AstRawString* name, int begin_pos,
|
| int end_pos = kNoSourcePosition,
|
| Variable::Kind kind = Variable::NORMAL);
|
|
|