Revision: 20217
Author:   dcar...@chromium.org
Date:     Mon Mar 24 19:36:59 2014 UTC
Log:      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

Review URL: https://codereview.chromium.org/201573012
http://code.google.com/p/v8/source/detail?r=20217

Modified:
 /branches/bleeding_edge/include/v8.h

=======================================
--- /branches/bleeding_edge/include/v8.h        Mon Mar 24 16:34:06 2014 UTC
+++ /branches/bleeding_edge/include/v8.h        Mon Mar 24 19:36:59 2014 UTC
@@ -133,6 +133,7 @@
 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.

Reply via email to