From 94617aa9bb1dfb6b5daf8198439824b321bb7776 Mon Sep 17 00:00:00 2001 From: "rossberg@chromium.org" Date: Fri, 10 Jan 2014 12:55:02 +0000 Subject: [PATCH] Work around VS template problem R=machenbach@chromium.org BUG= Review URL: https://codereview.chromium.org/133533005 git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18534 ce2b1a6d-e550-0410-aec6-3dcde31c8c00 --- src/types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/types.h b/src/types.h index f38fca8..4d8557e 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 }; -- 2.7.4