Index: src/ast/prettyprinter.cc |
diff --git a/src/ast/prettyprinter.cc b/src/ast/prettyprinter.cc |
index 40a60fc601f871bf82503b0b44f356e83ae0db3f..df761437e18b71a4bb1ae7674ba92b9de6e048f2 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++) { |