| Index: Source/platform/heap/Visitor.h
|
| diff --git a/Source/platform/heap/Visitor.h b/Source/platform/heap/Visitor.h
|
| index 0c6d21c6381b1326320c8304b3e6858b7692dcc1..4a0e4c04a1fa182e1fe2d7982d3d9d4218352036 100644
|
| --- a/Source/platform/heap/Visitor.h
|
| +++ b/Source/platform/heap/Visitor.h
|
| @@ -384,7 +384,7 @@ private:
|
| bool m_isGlobalMarkingVisitor;
|
| };
|
|
|
| -#if ENABLE(DETAILED_MEMORY_INFRA)
|
| +#if ENABLE(DETAILED_MEMORY_INFRA) || ENABLE(GC_PROFILING)
|
| template<typename T>
|
| struct TypenameStringTrait {
|
| static const String get()
|
|
|