Index: third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp |
diff --git a/third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp b/third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp |
index 1c2990184066df9a9d36f2ffa2d154f7f60fffd9..680b60b8302207e099b6cb255384e02a39828f41 100644 |
--- a/third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp |
+++ b/third_party/WebKit/Source/core/frame/ImageBitmapTest.cpp |
@@ -69,7 +69,7 @@ protected: |
// Garbage collection is required prior to switching out the |
// test's memory cache; image resources are released, evicting |
// them from the cache. |
- Heap::collectGarbage(BlinkGC::NoHeapPointersOnStack, BlinkGC::GCWithSweep, BlinkGC::ForcedGC); |
+ ThreadHeap::collectGarbage(BlinkGC::NoHeapPointersOnStack, BlinkGC::GCWithSweep, BlinkGC::ForcedGC); |
replaceMemoryCacheForTesting(m_globalMemoryCache.release()); |
} |