| Index: Source/platform/heap/Visitor.cpp
|
| diff --git a/Source/platform/heap/Visitor.cpp b/Source/platform/heap/Visitor.cpp
|
| index 7183b329e54e5a745bf63448032ab8ad8bafd27d..fe6b82bf950be9ab08a61ee2767e3ecf0b7a497e 100644
|
| --- a/Source/platform/heap/Visitor.cpp
|
| +++ b/Source/platform/heap/Visitor.cpp
|
| @@ -93,7 +93,7 @@
|
| s_gcInfoTable = nullptr;
|
| }
|
|
|
| -StackFrameDepth* Visitor::m_stackFrameDepth = nullptr;
|
| +int Visitor::m_traceDepth = 0;
|
|
|
| #if ENABLE(ASSERT)
|
| void assertObjectHasGCInfo(const void* payload, size_t gcInfoIndex)
|
|
|