Index: Source/heap/Handle.h |
diff --git a/Source/heap/Handle.h b/Source/heap/Handle.h |
index d4ef8f136401f67d5e8737fc7e0ea2fa51491f74..0b8616dc111d53c8436df41d1c8befaadccc9c65 100644 |
--- a/Source/heap/Handle.h |
+++ b/Source/heap/Handle.h |
@@ -193,7 +193,6 @@ public: |
current->trace(visitor); |
} |
-private: |
virtual ~PersistentAnchor() |
{ |
// FIXME: oilpan: Ideally we should have no left-over persistents at this point. However currently there is a |
@@ -201,6 +200,8 @@ private: |
// persistent or e.g. be RefCountedGarbageCollected we cannot guarantee there are no remaining Persistents at |
// this point. |
} |
+ |
+private: |
PersistentAnchor() : PersistentNode(TraceMethodDelegate<PersistentAnchor, &PersistentAnchor::trace>::trampoline) |
{ |
m_next = this; |