Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1046)

Unified Diff: third_party/WebKit/Source/platform/heap/ThreadState.cpp

Issue 2036803004: Reset ThreadState weak callback stack before GCing. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/platform/heap/CallbackStack.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 34938dcc456425538c471da781bb1eb0df171b94..8b50b0055500ca734fdbed09c962f3e9162d96da 100644
--- a/third_party/WebKit/Source/platform/heap/ThreadState.cpp
+++ b/third_party/WebKit/Source/platform/heap/ThreadState.cpp
@@ -964,6 +964,7 @@ void ThreadState::preGC()
makeConsistentForGC();
flushHeapDoesNotContainCacheIfNeeded();
clearArenaAges();
+ m_threadLocalWeakCallbackStack->clear();
}
void ThreadState::postGC(BlinkGC::GCType gcType)
« no previous file with comments | « third_party/WebKit/Source/platform/heap/CallbackStack.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698