Index: src/ast/prettyprinter.h |
diff --git a/src/ast/prettyprinter.h b/src/ast/prettyprinter.h |
index 2d553babde05659bd65108f21bbe4194bdd90fe1..b56c834893268e42697fb4f9595e8f4fc309fa2b 100644 |
--- a/src/ast/prettyprinter.h |
+++ b/src/ast/prettyprinter.h |
@@ -84,7 +84,7 @@ class AstPrinter final : public AstVisitor<AstPrinter> { |
void PrintIndentedVisit(const char* s, AstNode* node); |
void PrintStatements(ZoneList<Statement*>* statements); |
- void PrintDeclarations(ZoneList<Declaration*>* declarations); |
+ void PrintDeclarations(Declaration::List* declarations); |
void PrintParameters(DeclarationScope* scope); |
void PrintArguments(ZoneList<Expression*>* arguments); |
void PrintCaseClause(CaseClause* clause); |