Reviewers: Sven Panne,
Message:
Committed patchset #1 manually as r20217 (presubmit successful).
Description:
fix FunctionCallbackInfo ambiguity
- when compiling tools that embed v8 with g++ FunctionCallbackInfo is
currently
ambigous
- more info: https://github.com/joyent/node/issues/7337
- original patch is here: https://codereview.appspot.com/78770045/
TBR=svenpa...@chromium.org
Committed: https://code.google.com/p/v8/source/detail?r=20217
Please review this at https://codereview.chromium.org/201573012/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files (+1, -0 lines):
M include/v8.h
Index: include/v8.h
diff --git a/include/v8.h b/include/v8.h
index
8c143b00012e53ab9ed31d315fa4955f3135e5b1..368748509c7a955af47e0ff21623bb2566500b76
100644
--- a/include/v8.h
+++ b/include/v8.h
@@ -133,6 +133,7 @@ template<class T, class P> class WeakCallbackObject;
class FunctionTemplate;
class ObjectTemplate;
class Data;
+template<typename T> class FunctionCallbackInfo;
template<typename T> class PropertyCallbackInfo;
class StackTrace;
class StackFrame;
--
--
v8-dev mailing list
v8-dev@googlegroups.com
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 v8-dev+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.