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