Revision: 14999
Author:   dcar...@chromium.org
Date:     Fri Jun  7 03:46:51 2013
Log:      Make ReturnValue a friend of Persistent, so it can use operator*.

BUG=
R=dcar...@chromium.org, svenpa...@chromium.org

Review URL: https://codereview.chromium.org/15848010

Patch from Marja Hölttä <ma...@chromium.org>.
http://code.google.com/p/v8/source/detail?r=14999

Modified:
 /branches/bleeding_edge/include/v8.h

=======================================
--- /branches/bleeding_edge/include/v8.h        Fri Jun  7 01:46:39 2013
+++ /branches/bleeding_edge/include/v8.h        Fri Jun  7 03:46:51 2013
@@ -796,6 +796,7 @@
  private:
   template<class F> friend class Handle;
   template<class F> friend class Local;
+  template<class F> friend class ReturnValue;
   friend class ImplementationUtilities;
   friend class ObjectTemplate;
   friend class Context;

--
--
v8-dev mailing list
v8-dev@googlegroups.com
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to