Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1386)

Unified Diff: src/types.h

Issue 133533005: Work around VS template problem (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
};
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698