| Index: third_party/WebKit/Source/platform/heap/PersistentTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/PersistentTest.cpp b/third_party/WebKit/Source/platform/heap/PersistentTest.cpp
|
| index 23c5cd19c8c5075695447c46854fc89ebfe3037b..22d2967e582017563382eb6f65ed8caa8cbe3067 100644
|
| --- a/third_party/WebKit/Source/platform/heap/PersistentTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/PersistentTest.cpp
|
| @@ -14,7 +14,7 @@
|
|
|
| void preciselyCollectGarbage()
|
| {
|
| - ThreadState::current()->collectGarbage(BlinkGC::NoHeapPointersOnStack, BlinkGC::GCWithSweep, BlinkGC::ForcedGC);
|
| + ThreadHeap::collectGarbage(BlinkGC::NoHeapPointersOnStack, BlinkGC::GCWithSweep, BlinkGC::ForcedGC);
|
| }
|
|
|
| class Receiver : public GarbageCollected<Receiver> {
|
|
|