| Index: Source/platform/heap/HeapTest.cpp
|
| diff --git a/Source/platform/heap/HeapTest.cpp b/Source/platform/heap/HeapTest.cpp
|
| index 26c1d05efd4fe8222baa7ed1918d7bd047cee32b..84e87846c2fa4848d103ee37333d8e1a9c7f5aac 100644
|
| --- a/Source/platform/heap/HeapTest.cpp
|
| +++ b/Source/platform/heap/HeapTest.cpp
|
| @@ -3520,6 +3520,7 @@ TEST(HeapTest, WeakMembers)
|
| h5 = WithWeakMember::create(h2, h3);
|
| Heap::collectGarbage(ThreadState::HeapPointersOnStack, ThreadState::GCWithSweep, Heap::ForcedGC);
|
| EXPECT_EQ(5u, Bar::s_live); // The on-stack pointer keeps h3 alive.
|
| + EXPECT_FALSE(h3->hasBeenFinalized());
|
| EXPECT_TRUE(h4->strongIsThere());
|
| EXPECT_TRUE(h4->weakIsThere());
|
| EXPECT_TRUE(h5->strongIsThere());
|
|
|