Commit a0f786f0 authored by dcarney@chromium.org's avatar dcarney@chromium.org

Make ReturnValue a friend of Persistent, so it can use operator*.

BUG=
R=dcarney@chromium.org, svenpanne@chromium.org

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

Patch from Marja Hölttä <marja@chromium.org>.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@14999 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 7556e52a
......@@ -796,6 +796,7 @@ template <class T> class Persistent // NOLINT
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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment