From 64d07348ab199d027d160fa30f23f1e0f733cbf5 Mon Sep 17 00:00:00 2001 From: "mikhail.naganov@gmail.com" Date: Thu, 16 Sep 2010 08:39:27 +0000 Subject: [PATCH] Fix compilation issue on Mac git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@5468 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/frames.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/frames.h b/src/frames.h index 9b0a078..f82cb99 100644 --- a/src/frames.h +++ b/src/frames.h @@ -238,7 +238,8 @@ class StackFrame BASE_EMBEDDED { friend class StackFrameIterator; friend class StackHandlerIterator; friend class SafeStackFrameIterator; - + friend class ExitFrameValidator; + private: void operator=(const StackFrame& original); }; -- 2.7.4