Revision: 5468 Author: [email protected] Date: Thu Sep 16 01:39:27 2010 Log: Fix compilation issue on Mac http://code.google.com/p/v8/source/detail?r=5468
Modified: /branches/bleeding_edge/src/frames.h ======================================= --- /branches/bleeding_edge/src/frames.h Thu Sep 16 01:23:34 2010 +++ /branches/bleeding_edge/src/frames.h Thu Sep 16 01:39:27 2010 @@ -238,7 +238,8 @@ friend class StackFrameIterator; friend class StackHandlerIterator; friend class SafeStackFrameIterator; - + friend class ExitFrameValidator; + private: void operator=(const StackFrame& original); }; -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
