| Index: Source/platform/heap/Visitor.h
|
| diff --git a/Source/platform/heap/Visitor.h b/Source/platform/heap/Visitor.h
|
| index 9400ee248c8245ae7a48f503adba4ee8b6b25bf4..02a936fa47ca57a2d64cd24b2e8b93ee0e2755a0 100644
|
| --- a/Source/platform/heap/Visitor.h
|
| +++ b/Source/platform/heap/Visitor.h
|
| @@ -407,10 +407,6 @@ protected:
|
| String m_hostName;
|
| #endif
|
|
|
| -#if ENABLE(ASSERT)
|
| - virtual void checkMarkingAllowed() { }
|
| -#endif
|
| -
|
| private:
|
| static Visitor* fromHelper(VisitorHelper<Visitor>* helper) { return static_cast<Visitor*>(helper); }
|
|
|
|
|