| Index: Source/platform/heap/MarkingVisitor.h
|
| diff --git a/Source/platform/heap/MarkingVisitor.h b/Source/platform/heap/MarkingVisitor.h
|
| index 18b7b89520f8738ff1c9fddc42127087205792ab..0900bc23aba4de217aebd5a2d38e92298f074cc1 100644
|
| --- a/Source/platform/heap/MarkingVisitor.h
|
| +++ b/Source/platform/heap/MarkingVisitor.h
|
| @@ -190,13 +190,6 @@ protected:
|
| // does, the object should not be marked & traced.
|
| return page->terminating();
|
| }
|
| -
|
| -#if ENABLE(ASSERT)
|
| - virtual void checkMarkingAllowed() override
|
| - {
|
| - ASSERT(ThreadState::current()->isInGC());
|
| - }
|
| -#endif
|
| };
|
|
|
| } // namespace blink
|
|
|