Revision: 5247 Author: [email protected] Date: Wed Aug 11 07:51:02 2010 Log: Fix compilation on Mac.
Review URL: http://codereview.chromium.org/3180001 http://code.google.com/p/v8/source/detail?r=5247 Modified: /branches/bleeding_edge/src/objects-visiting.h ======================================= --- /branches/bleeding_edge/src/objects-visiting.h Wed Aug 11 07:30:14 2010 +++ /branches/bleeding_edge/src/objects-visiting.h Wed Aug 11 07:51:02 2010 @@ -372,7 +372,7 @@ reinterpret_cast<Object**>(this->address() + kRelocationInfoOffset)); for (; !it.done(); it.next()) { - it.rinfo()->Visit<StaticVisitor>(); + it.rinfo()->template Visit<StaticVisitor>(); } } -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
