Commit 713a74ca authored by rossberg@chromium.org's avatar rossberg@chromium.org

Fix Mac warnings

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
parent 1c33a2d8
......@@ -205,7 +205,7 @@ size_t GetMemoryUsedByList(const List<T, P>& list) {
class Map;
template<class> class TypeImpl;
class HeapTypeConfig;
struct HeapTypeConfig;
typedef TypeImpl<HeapTypeConfig> Type;
class Code;
template<typename T> class Handle;
......
......@@ -883,7 +883,7 @@ class ObjectVisitor;
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;
......
......@@ -59,7 +59,7 @@ namespace internal {
class Smi;
template<class> class TypeImpl;
class HeapTypeConfig;
struct HeapTypeConfig;
typedef TypeImpl<HeapTypeConfig> Type;
class TypeInfo;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment