| Index: Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| diff --git a/Source/platform/heap/InlinedGlobalMarkingVisitor.h b/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| index 3a2f72215ff1c8f75150ba27773192ee56705e6a..b3708e87f2c4b39023405ffd227ee9099c8af0d8 100644
|
| --- a/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| +++ b/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| @@ -53,6 +53,8 @@
|
| using Impl::ensureMarked;
|
|
|
| inline bool canTraceEagerly() const { return m_visitor->canTraceEagerly(); }
|
| + inline void incrementTraceDepth() { m_visitor->incrementTraceDepth(); }
|
| + inline void decrementTraceDepth() { m_visitor->decrementTraceDepth(); }
|
|
|
| Visitor* getUninlined() { return m_visitor; }
|
|
|
|
|