| Index: third_party/WebKit/Source/modules/imagebitmap/ImageBitmapModuleTest.cpp
|
| diff --git a/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapModuleTest.cpp b/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapModuleTest.cpp
|
| index 325fdddc99227377a3d916d4fbdeb988296c3580..0a6dc610283f27f5b7aa040f722d890d674ae87b 100644
|
| --- a/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapModuleTest.cpp
|
| +++ b/third_party/WebKit/Source/modules/imagebitmap/ImageBitmapModuleTest.cpp
|
| @@ -28,7 +28,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(ThreadState::NoHeapPointersOnStack, ThreadState::GCWithSweep, Heap::ForcedGC);
|
| + Heap::collectGarbage(BlinkGC::NoHeapPointersOnStack, BlinkGC::GCWithSweep, Heap::ForcedGC);
|
|
|
| replaceMemoryCacheForTesting(m_globalMemoryCache.release());
|
| }
|
|
|