| Index: src/ast/scopes.h
|
| diff --git a/src/ast/scopes.h b/src/ast/scopes.h
|
| index ae21595d8a20c5dd2f16a717406b804a9a85fa86..792d2ee2d387f7c3bf9d870c7f442e32879f3ce7 100644
|
| --- a/src/ast/scopes.h
|
| +++ b/src/ast/scopes.h
|
| @@ -810,7 +810,7 @@ class DeclarationScope : public Scope {
|
| void AllocateParameterLocals();
|
| void AllocateReceiver();
|
|
|
| - void ResetAfterPreparsing(bool aborted);
|
| + void ResetAfterPreparsing(AstValueFactory* ast_value_factory, bool aborted);
|
|
|
| private:
|
| void AllocateParameter(Variable* var, int index);
|
|
|