Index: Source/platform/heap/Visitor.cpp |
diff --git a/Source/platform/heap/Visitor.cpp b/Source/platform/heap/Visitor.cpp |
index b80bf65e7f022d8a28ba2b22cb28317ae1f0ae09..4256c1c3366c22442f4f0181b0df8b86914bcd6c 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) |