| Index: third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/ThreadState.cpp b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| index e1294ec308fb758f3ef5f6e26e3ba3df415c4253..cbf3b3c2f1ba769d4f323380e8480ed79e2a0a0e 100644
|
| --- a/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
|
| @@ -241,6 +241,7 @@ void ThreadState::runTerminationGC()
|
| int currentCount = getPersistentRegion()->numberOfPersistents();
|
| ASSERT(currentCount >= 0);
|
| while (currentCount != oldCount) {
|
| + releaseStaticPersistentNodes();
|
| ThreadHeap::collectGarbageForTerminatingThread(this);
|
| oldCount = currentCount;
|
| currentCount = getPersistentRegion()->numberOfPersistents();
|
|
|