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