Index: Source/platform/heap/Handle.h |
diff --git a/Source/platform/heap/Handle.h b/Source/platform/heap/Handle.h |
index 80d44ef660b4fbd5e02bdb6950201c2fec667d52..f99edc1b6bfca00d0502af7a0671a226669dfe7e 100644 |
--- a/Source/platform/heap/Handle.h |
+++ b/Source/platform/heap/Handle.h |
@@ -404,6 +404,7 @@ public: |
CrossThreadPersistent(T* raw) : Persistent<T, GlobalPersistents>(raw) { } |
using Persistent<T, GlobalPersistents>::operator=; |
+ using Persistent<T, GlobalPersistents>::operator RawPtr<T>; |
}; |
// FIXME: derive affinity based on the collection. |