Index: src/full-codegen/full-codegen.cc |
diff --git a/src/full-codegen/full-codegen.cc b/src/full-codegen/full-codegen.cc |
index 0e3192868943825853572e2c45d1db9ce234dd5c..1a5de70199e8cc62f950f0381a9664cf0a0fa55f 100644 |
--- a/src/full-codegen/full-codegen.cc |
+++ b/src/full-codegen/full-codegen.cc |
@@ -466,9 +466,7 @@ void FullCodeGenerator::DoTest(const TestContext* context) { |
context->fall_through()); |
} |
- |
-void FullCodeGenerator::VisitDeclarations( |
- ZoneList<Declaration*>* declarations) { |
+void FullCodeGenerator::VisitDeclarations(Declaration::List* declarations) { |
ZoneList<Handle<Object> >* saved_globals = globals_; |
ZoneList<Handle<Object> > inner_globals(10, zone()); |
globals_ = &inner_globals; |