| Index: src/ast/prettyprinter.h
|
| diff --git a/src/ast/prettyprinter.h b/src/ast/prettyprinter.h
|
| index 61a118d13644c1a3b2f19e3a8ceb01d2ebd7c4c3..d7d23c553d2b1046e76a07748456592664232f61 100644
|
| --- a/src/ast/prettyprinter.h
|
| +++ b/src/ast/prettyprinter.h
|
| @@ -86,7 +86,7 @@
|
|
|
| void PrintStatements(ZoneList<Statement*>* statements);
|
| void PrintDeclarations(ZoneList<Declaration*>* declarations);
|
| - void PrintParameters(DeclarationScope* scope);
|
| + void PrintParameters(Scope* scope);
|
| void PrintArguments(ZoneList<Expression*>* arguments);
|
| void PrintCaseClause(CaseClause* clause);
|
| void PrintLiteralIndented(const char* info, Handle<Object> value, bool quote);
|
|
|