Revision: 14999
Author:   [email protected]
Date:     Fri Jun  7 03:46:51 2013
Log:      Make ReturnValue a friend of Persistent, so it can use operator*.

BUG=
[email protected], [email protected]

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

Patch from Marja Hölttä <[email protected]>.
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
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to