| Index: src/objects.h
|
| diff --git a/src/objects.h b/src/objects.h
|
| index ebe2d861c666e7313eaca1225a4edcffa9bbcdbe..f98c025ddd3ec0de5ac66198180dd0765406d3cc 100644
|
| --- a/src/objects.h
|
| +++ b/src/objects.h
|
| @@ -881,10 +881,7 @@ class FixedArrayBase;
|
| class GlobalObject;
|
| class ObjectVisitor;
|
| class StringStream;
|
| -// We cannot just say "class Type;" if it is created from a template... =8-?
|
| -template<class> class TypeImpl;
|
| -struct HeapTypeConfig;
|
| -typedef TypeImpl<HeapTypeConfig> Type;
|
| +class Type;
|
|
|
|
|
| // A template-ized version of the IsXXX functions.
|
|
|