| Index: Source/heap/HeapTest.cpp
|
| diff --git a/Source/heap/HeapTest.cpp b/Source/heap/HeapTest.cpp
|
| index bc6c4fa137c72ed5e92ae2e9cd8b2c7d23c23f7e..1365f2f090fe9d9b7a3b2f8cd9aef249e4747347 100644
|
| --- a/Source/heap/HeapTest.cpp
|
| +++ b/Source/heap/HeapTest.cpp
|
| @@ -890,7 +890,7 @@ class TransitionRefCounted : public RefCountedWillBeRefCountedGarbageCollected<T
|
| public:
|
| static PassRefPtrWillBeRawPtr<TransitionRefCounted> create()
|
| {
|
| - return adoptRefCountedWillBeRefCountedGarbageCollected(new TransitionRefCounted());
|
| + return adoptRefWillBeRefCountedGarbageCollected(new TransitionRefCounted());
|
| }
|
|
|
| ~TransitionRefCounted()
|
|
|