| Index: src/compiler/ast-graph-builder.cc
|
| diff --git a/src/compiler/ast-graph-builder.cc b/src/compiler/ast-graph-builder.cc
|
| index c9a03574a4cfa79aff08dc3699dcafaabfd514f8..50570cb859598eb3a6674bf4c3170050d4b534fa 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;
|
|
|