Chromium Code Reviews| Index: src/list.h |
| diff --git a/src/list.h b/src/list.h |
| index 6ba55b64ac30d4abb360125ee1398eaa18a3e256..e498ae162aaa3f6526f23f26e31496023cb59723 100644 |
| --- a/src/list.h |
| +++ b/src/list.h |
| @@ -204,7 +204,9 @@ size_t GetMemoryUsedByList(const List<T, P>& list) { |
| class Map; |
| -class Type; |
| +template<class> class TypeImpl; |
| +struct HeapTypeConfig; |
| +typedef TypeImpl<HeapTypeConfig> Type; |
| class Code; |
| template<typename T> class Handle; |
| typedef List<Map*> MapList; |