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

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

Issue 2707193004: Remove unnecessary PagePool locks. (Closed)
Patch Set: remove now-redundant include 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/heap/PagePool.cpp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/platform/heap/PagePool.h
diff --git a/third_party/WebKit/Source/platform/heap/PagePool.h b/third_party/WebKit/Source/platform/heap/PagePool.h
index 7936d6329cca888e7c9c2b3a0a9a499835232b4b..7a3748f6194e2912a22b6b81de8fce6fa24337dd 100644
--- a/third_party/WebKit/Source/platform/heap/PagePool.h
+++ b/third_party/WebKit/Source/platform/heap/PagePool.h
@@ -7,7 +7,6 @@
#include "platform/heap/ThreadState.h"
#include "wtf/Allocator.h"
-#include "wtf/ThreadingPrimitives.h"
namespace blink {
@@ -42,7 +41,6 @@ class PagePool {
};
PoolEntry* m_pool[BlinkGC::NumberOfArenas];
- Mutex m_mutex[BlinkGC::NumberOfArenas];
};
} // namespace blink
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/heap/PagePool.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698