| 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 beef5c2de2c0466158f83b4c7d87ee366f29cd8b..ffef74e58e408ebfdf484052bc8c3d6bd92d5332 100644
|
| --- a/third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| @@ -295,7 +295,6 @@
|
| // 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();
|
| }
|
| }
|
|
|