build fix for 15107
R=svenpanne@chromium.org BUG= Review URL: https://codereview.chromium.org/16954004 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@15109 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
parent
a7f3cd7486
commit
274221b06c
@ -369,7 +369,7 @@ template <class T> class Handle {
|
||||
friend class Arguments;
|
||||
template<class F> friend class FunctionCallbackInfo;
|
||||
template<class F> friend class PropertyCallbackInfo;
|
||||
template<class F> friend class CustomArguments;
|
||||
template<class F> friend class internal::CustomArguments;
|
||||
friend class AccessorInfo;
|
||||
friend Handle<Primitive> Undefined(Isolate* isolate);
|
||||
friend Handle<Primitive> Null(Isolate* isolate);
|
||||
@ -460,7 +460,7 @@ template <class T> class Local : public Handle<T> {
|
||||
friend class Object;
|
||||
friend class AccessorInfo;
|
||||
friend class Context;
|
||||
template<class F> friend class CustomArguments;
|
||||
template<class F> friend class internal::CustomArguments;
|
||||
friend class HandleScope;
|
||||
|
||||
V8_INLINE(static Local<T> New(Isolate* isolate, T* that));
|
||||
|
Loading…
Reference in New Issue
Block a user