Index: src/compiler/ast-graph-builder.cc |
diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc |
index 161a33a10d4ac8663c2e57e81b99a737b8468cfc..e90aa22f58cc655a81f48dfcc5c195d770417997 100644 |
--- a/src/compiler/ast-graph-builder.cc |
+++ b/src/compiler/ast-graph-builder.cc |
@@ -2895,8 +2895,7 @@ void AstGraphBuilder::VisitCaseClause(CaseClause* expr) { |
UNREACHABLE(); |
} |
- |
-void AstGraphBuilder::VisitDeclarations(ZoneList<Declaration*>* declarations) { |
+void AstGraphBuilder::VisitDeclarations(Declaration::List* declarations) { |
DCHECK(globals()->empty()); |
AstVisitor<AstGraphBuilder>::VisitDeclarations(declarations); |
if (globals()->empty()) return; |