| Index: Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| diff --git a/Source/platform/heap/InlinedGlobalMarkingVisitor.h b/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| index b3708e87f2c4b39023405ffd227ee9099c8af0d8..754b1c1d4eea3671651765bc4197607db1fcf1e2 100644
|
| --- a/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| +++ b/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| @@ -80,6 +80,14 @@ private:
|
| return *static_cast<InlinedGlobalMarkingVisitor*>(helper);
|
| }
|
|
|
| +#if ENABLE(ASSERT)
|
| + inline void checkIsMarkingAllowed() { getUninlined()->checkIsMarkingAllowed(); }
|
| + inline void setAllowTraceForHashTableWeakProcessing(bool allow)
|
| + {
|
| + getUninlined()->setAllowTraceForHashTableWeakProcessing(allow);
|
| + }
|
| +#endif
|
| +
|
| Visitor* m_visitor;
|
| };
|
|
|
|
|