Revision: 15109
Author: [email protected]
Date: Thu Jun 13 02:55:42 2013
Log: build fix for 15107
[email protected]
BUG=
Review URL: https://codereview.chromium.org/16954004
http://code.google.com/p/v8/source/detail?r=15109
Modified:
/branches/bleeding_edge/include/v8.h
=======================================
--- /branches/bleeding_edge/include/v8.h Thu Jun 13 02:27:09 2013
+++ /branches/bleeding_edge/include/v8.h Thu Jun 13 02:55:42 2013
@@ -369,7 +369,7 @@
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 @@
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.