Fix two-phase lookup problem in FlexibleBodyVisitor and FixedBodyVisitor.
authorvegorov@chromium.org <vegorov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 18 Aug 2010 15:24:52 +0000 (15:24 +0000)
committervegorov@chromium.org <vegorov@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Wed, 18 Aug 2010 15:24:52 +0000 (15:24 +0000)
commit2f76132ae8440b7c0884499733055e737ebdcb7c
tree51bd71fec15eddb6c1f3d32f33f54c0d1fc8fbb4
parent40788b57c98d32a0128c47fde97dfd5b7c4e388b
Fix two-phase lookup problem in FlexibleBodyVisitor and FixedBodyVisitor.

In FlexibleBodyVisitor and FixedBodyVisitor, the calls to IteratePointers, which lives in the base class BodyVisitorBase<StaticVisitor>, needs to be qualified with the dependent base class to be able to be bound during two-phase lookup.

Review URL: http://codereview.chromium.org/3119026

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5303 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/objects-visiting.h