Index: Source/heap/Heap.h |
diff --git a/Source/heap/Heap.h b/Source/heap/Heap.h |
index a936fbabd9a86b867d7e65b4beab231f283437c2..bdcbac9c6e0aaecd645c98e7c75ed3413cfc1be4 100644 |
--- a/Source/heap/Heap.h |
+++ b/Source/heap/Heap.h |
@@ -876,7 +876,6 @@ protected: |
{ |
ASSERT(ThreadStateFor<ThreadingTrait<T>::Affinity>::state()->contains(reinterpret_cast<Address>(this))); |
} |
- ~GarbageCollected() { } |
}; |
// Base class for objects allocated in the Blink garbage-collected |