| Index: Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| diff --git a/Source/platform/heap/InlinedGlobalMarkingVisitor.h b/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| index 1bc5ac80bafc779bc94e206dc64314ae8d9a1c73..d15e5b1995547ccbe5fd041c2cc81c15f5e81a20 100644
|
| --- a/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| +++ b/Source/platform/heap/InlinedGlobalMarkingVisitor.h
|
| @@ -71,10 +71,6 @@ private:
|
| return *static_cast<InlinedGlobalMarkingVisitor*>(helper);
|
| }
|
|
|
| -#if ENABLE(ASSERT)
|
| - inline void checkMarkingAllowed() { m_visitor->checkMarkingAllowed(); }
|
| -#endif
|
| -
|
| Visitor* m_visitor;
|
| };
|
|
|
|
|