| Index: src/full-codegen/full-codegen.cc
|
| diff --git a/src/full-codegen/full-codegen.cc b/src/full-codegen/full-codegen.cc
|
| index 79c887ade32c2e43029cb3a17d64d37f2d7b5b6f..8f7684dfa752c9db9e8777133ddd68300c24599c 100644
|
| --- a/src/full-codegen/full-codegen.cc
|
| +++ b/src/full-codegen/full-codegen.cc
|
| @@ -390,7 +390,7 @@ void FullCodeGenerator::VisitDeclarations(
|
| ZoneList<Handle<Object> > inner_globals(10, zone());
|
| globals_ = &inner_globals;
|
|
|
| - AstVisitor::VisitDeclarations(declarations);
|
| + AstVisitor<FullCodeGenerator>::VisitDeclarations(declarations);
|
|
|
| if (!globals_->is_empty()) {
|
| // Invoke the platform-dependent code generator to do the actual
|
|
|