Index: src/crankshaft/typing.h |
diff --git a/src/crankshaft/typing.h b/src/crankshaft/typing.h |
index eb886347779d204c0b0d6b7082ea1f7b37afc965..add457bfe3c0420ee0950b1ed9c38e2106c9cb95 100644 |
--- a/src/crankshaft/typing.h |
+++ b/src/crankshaft/typing.h |
@@ -69,7 +69,7 @@ class AstTyper final : public AstVisitor<AstTyper> { |
int variable_index(Variable* var); |
- void VisitDeclarations(ZoneList<Declaration*>* declarations); |
+ void VisitDeclarations(Declaration::List* declarations); |
void VisitStatements(ZoneList<Statement*>* statements); |
#define DECLARE_VISIT(type) void Visit##type(type* node); |