Reviewers: Michael Achenbach,

Description:
Work around VS template problem

R=machenb...@chromium.org
BUG=

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

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

Affected files (+2, -0 lines):
  M src/types.h


Index: src/types.h
diff --git a/src/types.h b/src/types.h
index f38fca83e9570f118c9d92e235e1d7b470f2661a..4d8557e68b35696566e3efe19b293dbb9305767c 100644
--- a/src/types.h
+++ b/src/types.h
@@ -280,7 +280,9 @@ class TypeImpl : public Config::Base {
   int ExtendIntersection(
       UnionedHandle unioned, TypeHandle type, int current_size);

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




--
--
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/groups/opt_out.

Reply via email to