R=mstarzinger@chromium.org
BUG=
Review URL: https://codereview.chromium.org/
132263002
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@18522
ce2b1a6d-e550-0410-aec6-
3dcde31c8c00
class Map;
template<class> class TypeImpl;
-class HeapTypeConfig;
+struct HeapTypeConfig;
typedef TypeImpl<HeapTypeConfig> Type;
class Code;
template<typename T> class Handle;
class StringStream;
// We cannot just say "class Type;" if it is created from a template... =8-?
template<class> class TypeImpl;
-class HeapTypeConfig;
+struct HeapTypeConfig;
typedef TypeImpl<HeapTypeConfig> Type;
class Smi;
template<class> class TypeImpl;
-class HeapTypeConfig;
+struct HeapTypeConfig;
typedef TypeImpl<HeapTypeConfig> Type;
class TypeInfo;