| Index: Source/platform/heap/Visitor.cpp
|
| diff --git a/Source/platform/heap/Visitor.cpp b/Source/platform/heap/Visitor.cpp
|
| index 2119b23af627afbe162eb31f86cddbf1a4864682..3d7a49c385b354153210c1236653e382bcc20704 100644
|
| --- a/Source/platform/heap/Visitor.cpp
|
| +++ b/Source/platform/heap/Visitor.cpp
|
| @@ -43,7 +43,7 @@ namespace blink {
|
| int s_gcInfoIndex = 0;
|
| GCInfo const** s_gcInfoTable = nullptr;
|
|
|
| -int Visitor::m_traceDepth = 0;
|
| +StackFrameDepth* Visitor::m_traceDepth = nullptr;
|
|
|
| #if ENABLE(ASSERT)
|
| void assertObjectHasGCInfo(const void* payload, size_t gcInfoIndex)
|
|
|