| Index: Source/heap/Visitor.h
|
| diff --git a/Source/heap/Visitor.h b/Source/heap/Visitor.h
|
| index 75a97a34195c911fdecdecbac8ae9bd68c7a644b..30c6a0c8ec0a6bbdf6170842fafa204dc89b94d9 100644
|
| --- a/Source/heap/Visitor.h
|
| +++ b/Source/heap/Visitor.h
|
| @@ -480,8 +480,12 @@ struct OffHeapCollectionTraceTrait<WTF::Deque<T, N> > {
|
|
|
| template<typename T, typename Traits = WTF::VectorTraits<T> >
|
| class HeapVectorBacking;
|
| -template<typename Key, typename Value, typename Extractor, typename Traits, typename KeyTraits>
|
| -class HeapHashTableBacking;
|
| +
|
| +template<typename Table>
|
| +class HeapHashTableBacking {
|
| +public:
|
| + static void finalize(void* pointer);
|
| +};
|
|
|
| template<typename T>
|
| class DefaultTraceTrait<T, false> {
|
|
|