Revision: 4620 Author: [email protected] Date: Fri May 7 23:54:36 2010 Log: Add friend declaration. http://codereview.chromium.org/2024008/show Committed for [email protected] with apologies for getting his email address wrong last time.
http://code.google.com/p/v8/source/detail?r=4620 Modified: /branches/bleeding_edge/src/frames.h ======================================= --- /branches/bleeding_edge/src/frames.h Tue Apr 6 10:58:28 2010 +++ /branches/bleeding_edge/src/frames.h Fri May 7 23:54:36 2010 @@ -357,6 +357,7 @@ private: friend class StackFrame; + friend class StackFrameIterator; }; -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
