Chromium Code Reviews| Index: Source/heap/Heap.h |
| diff --git a/Source/heap/Heap.h b/Source/heap/Heap.h |
| index f7f5b6b452b4cda0cf65920f46bdc91017603af0..1edcc433225d4548d6db5ef86042b44766dad528 100644 |
| --- a/Source/heap/Heap.h |
| +++ b/Source/heap/Heap.h |
| @@ -899,7 +899,6 @@ public: |
| protected: |
| GarbageCollected() |
| { |
| - ASSERT(ThreadStateFor<ThreadingTrait<T>::Affinity>::state()->contains(reinterpret_cast<Address>(this))); |
| } |
| }; |