| Index: third_party/WebKit/Source/web/WebHeap.cpp
|
| diff --git a/third_party/WebKit/Source/web/WebHeap.cpp b/third_party/WebKit/Source/web/WebHeap.cpp
|
| index b711d4648eb771e8468b91b0cd66e32412051947..f7caabe320d9005c655e3d31f91ee2a988ad5bb7 100644
|
| --- a/third_party/WebKit/Source/web/WebHeap.cpp
|
| +++ b/third_party/WebKit/Source/web/WebHeap.cpp
|
| @@ -47,12 +47,12 @@
|
|
|
| void WebHeap::collectGarbageForTesting()
|
| {
|
| - ThreadHeap::collectGarbage(BlinkGC::HeapPointersOnStack, BlinkGC::GCWithSweep, BlinkGC::ForcedGC);
|
| + Heap::collectGarbage(BlinkGC::HeapPointersOnStack, BlinkGC::GCWithSweep, BlinkGC::ForcedGC);
|
| }
|
|
|
| void WebHeap::collectAllGarbageForTesting()
|
| {
|
| - ThreadHeap::collectAllGarbage();
|
| + Heap::collectAllGarbage();
|
| }
|
|
|
| } // namespace blink
|
|
|