Reviewers: Sven Panne,

Description:
build fix for 15107

[email protected]
BUG=

Please review this at https://codereview.chromium.org/16954004/

SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge

Affected files:
  M include/v8.h


Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index 64d383f78255d8227361065f9788c0d202f40f2c..d2a5322b9c05846576bdd05565243ee3bc06c3b1 100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -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));


--
--
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