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

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

Issue 2697703005: Remove ThreadHeap::m_threads (Closed)
Patch Set: 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 82c9934c2e3f2b3ed0e776c1319bdde581804633..9f82f3568c56e787f09e5103a42cabbdb371d2fe 100644
--- a/third_party/WebKit/Source/platform/heap/ThreadState.h
+++ b/third_party/WebKit/Source/platform/heap/ThreadState.h
@@ -160,9 +160,6 @@ class PLATFORM_EXPORT ThreadState {
ThreadState* m_state;
};
- void lockThreadAttachMutex();
- void unlockThreadAttachMutex();
-
static void attachMainThread();
// Associate ThreadState object with the current thread. After this
@@ -611,7 +608,6 @@ class PLATFORM_EXPORT ThreadState {
void reportMemoryToV8();
- // Should only be called under protection of threadAttachMutex().
const Vector<std::unique_ptr<BlinkGCInterruptor>>& interruptors() const {
return m_interruptors;
}

Powered by Google App Engine
This is Rietveld 408576698