| Index: src/ast/prettyprinter.cc
 | 
| diff --git a/src/ast/prettyprinter.cc b/src/ast/prettyprinter.cc
 | 
| index 1a8d73e47ace89ccae20fc604f7c6af9ef6b53fb..57f5bec187f143c59b39dd6e3e884f6e2f3f5ae1 100644
 | 
| --- a/src/ast/prettyprinter.cc
 | 
| +++ b/src/ast/prettyprinter.cc
 | 
| @@ -687,8 +687,7 @@ void AstPrinter::PrintDeclarations(ZoneList<Declaration*>* declarations) {
 | 
|    }
 | 
|  }
 | 
|  
 | 
| -
 | 
| -void AstPrinter::PrintParameters(Scope* scope) {
 | 
| +void AstPrinter::PrintParameters(DeclarationScope* scope) {
 | 
|    if (scope->num_parameters() > 0) {
 | 
|      IndentedScope indent(this, "PARAMS");
 | 
|      for (int i = 0; i < scope->num_parameters(); i++) {
 | 
| 
 |