| Index: third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/HeapTest.cpp b/third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| index ffef74e58e408ebfdf484052bc8c3d6bd92d5332..beef5c2de2c0466158f83b4c7d87ee366f29cd8b 100644
|
| --- a/third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| @@ -295,6 +295,7 @@ class TestGCScope {
|
| // and we need to resume the other threads.
|
| if (LIKELY(m_parkedAllThreads)) {
|
| m_state->heap().postGC(BlinkGC::GCWithSweep);
|
| + m_state->heap().preSweep(BlinkGC::GCWithSweep);
|
| m_state->heap().resume();
|
| }
|
| }
|
|
|