Revision: 18534
Author:   [email protected]
Date:     Fri Jan 10 12:55:02 2014 UTC
Log:      Work around VS template problem

[email protected]
BUG=

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

Modified:
 /branches/bleeding_edge/src/types.h

=======================================
--- /branches/bleeding_edge/src/types.h Fri Jan 10 12:19:01 2014 UTC
+++ /branches/bleeding_edge/src/types.h Fri Jan 10 12:55:02 2014 UTC
@@ -280,7 +280,9 @@
   int ExtendIntersection(
       UnionedHandle unioned, TypeHandle type, int current_size);

+#ifdef OBJECT_PRINT
   static const char* bitset_name(int bitset);
+#endif
 };


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