| Index: Source/platform/heap/Visitor.h
|
| diff --git a/Source/platform/heap/Visitor.h b/Source/platform/heap/Visitor.h
|
| index 13ee04035f56a19f7b6f960de56464aa40a9910f..9400ee248c8245ae7a48f503adba4ee8b6b25bf4 100644
|
| --- a/Source/platform/heap/Visitor.h
|
| +++ b/Source/platform/heap/Visitor.h
|
| @@ -159,9 +159,6 @@ public:
|
| static_assert(IsGarbageCollectedType<T>::value, "T needs to be a garbage collected object");
|
| if (!t)
|
| return;
|
| -#if ENABLE(ASSERT)
|
| - TraceTrait<T>::checkGCInfo(t);
|
| -#endif
|
| TraceTrait<T>::mark(Derived::fromHelper(this), t);
|
| }
|
|
|
|
|