| Index: Source/platform/heap/Handle.h
|
| diff --git a/Source/platform/heap/Handle.h b/Source/platform/heap/Handle.h
|
| index 7de70a60203e4ebc1eead19f8fcf6d947e0bbdfc..4818ceccf9bcff5615c30ac17e9d7a2a30c04d5b 100644
|
| --- a/Source/platform/heap/Handle.h
|
| +++ b/Source/platform/heap/Handle.h
|
| @@ -644,7 +644,7 @@ public:
|
| };
|
|
|
| // FIXME: derive affinity based on the collection.
|
| -template<typename Collection, ThreadAffinity Affinity = AnyThread>
|
| +template<typename Collection, ThreadAffinity Affinity = AnyThreadAffinity>
|
| class PersistentHeapCollectionBase
|
| : public Collection
|
| , public PersistentBase<ThreadLocalPersistents<Affinity>, PersistentHeapCollectionBase<Collection, Affinity> > {
|
|
|