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

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

Issue 2689473002: Remove ThreadState::collectGarbageForTerminatingThread (Closed)
Patch Set: temp Created 3 years, 10 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
Index: third_party/WebKit/Source/platform/heap/ThreadState.h
diff --git a/third_party/WebKit/Source/platform/heap/ThreadState.h b/third_party/WebKit/Source/platform/heap/ThreadState.h
index 91b9e2b8d46cfe73d85d0519cf96cbe55ad9d1cc..f79038959dec4e38c9e95d23e47d47ea7281e444 100644
--- a/third_party/WebKit/Source/platform/heap/ThreadState.h
+++ b/third_party/WebKit/Source/platform/heap/ThreadState.h
@@ -514,7 +514,6 @@ class PLATFORM_EXPORT ThreadState {
BlinkGC::StackState stackState() const { return m_stackState; }
void collectGarbage(BlinkGC::StackState, BlinkGC::GCType, BlinkGC::GCReason);
- void collectGarbageForTerminatingThread();
void collectAllGarbage();
// Register the pre-finalizer for the |self| object. The class T must have
« no previous file with comments | « third_party/WebKit/Source/platform/heap/HeapTest.cpp ('k') | third_party/WebKit/Source/platform/heap/ThreadState.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698