| Index: Source/platform/heap/MarkingVisitor.h
|
| diff --git a/Source/platform/heap/MarkingVisitor.h b/Source/platform/heap/MarkingVisitor.h
|
| index c93d51f0f5bcb447fc702244fc99a4193ca13eb4..18b7b89520f8738ff1c9fddc42127087205792ab 100644
|
| --- a/Source/platform/heap/MarkingVisitor.h
|
| +++ b/Source/platform/heap/MarkingVisitor.h
|
| @@ -58,11 +58,6 @@ public:
|
| }
|
| #endif
|
|
|
| - virtual bool isMarked(const void* objectPointer) override
|
| - {
|
| - return Impl::isMarked(objectPointer);
|
| - }
|
| -
|
| virtual bool ensureMarked(const void* objectPointer) override
|
| {
|
| return Impl::ensureMarked(objectPointer);
|
|
|