| Index: Source/platform/heap/HeapTest.cpp
|
| diff --git a/Source/platform/heap/HeapTest.cpp b/Source/platform/heap/HeapTest.cpp
|
| index 14a6157d677d257afbd853bfbed37b96a38d7964..9b04eef5870f27ad2f65a99fba4c2b723588faf3 100644
|
| --- a/Source/platform/heap/HeapTest.cpp
|
| +++ b/Source/platform/heap/HeapTest.cpp
|
| @@ -4443,7 +4443,6 @@ TEST(HeapTest, Ephemeron)
|
| {
|
| typedef HeapHashMap<WeakMember<IntWrapper>, PairWithWeakHandling> WeakPairMap;
|
| typedef HeapHashMap<PairWithWeakHandling, WeakMember<IntWrapper> > PairWeakMap;
|
| - typedef HeapHashMap<PairWithWeakHandling, PairWithWeakHandling> PairPairMap;
|
| typedef HeapHashSet<WeakMember<IntWrapper> > Set;
|
|
|
| Persistent<WeakPairMap> weakPairMap = new WeakPairMap();
|
|
|