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

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

Issue 2717613004: A per-heap RegionTree needs no lock. (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
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/heap/PageMemory.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/PageMemory.h
diff --git a/third_party/WebKit/Source/platform/heap/PageMemory.h b/third_party/WebKit/Source/platform/heap/PageMemory.h
index 6e1e87a24d91de89b067376e31b5d8f808f8808b..894c9bc1586a8b8c89f3612ce20b9f044bac1c56 100644
--- a/third_party/WebKit/Source/platform/heap/PageMemory.h
+++ b/third_party/WebKit/Source/platform/heap/PageMemory.h
@@ -11,11 +11,6 @@
#include "wtf/Compiler.h"
#include "wtf/allocator/Partitions.h"
-#if OS(POSIX)
-#include <sys/mman.h>
-#include <unistd.h>
-#endif
-
namespace blink {
class RegionTree;
@@ -122,7 +117,6 @@ class RegionTree {
PageMemoryRegion* lookup(Address);
private:
- Mutex m_mutex;
RegionTreeNode* m_root;
};
« no previous file with comments | « no previous file | third_party/WebKit/Source/platform/heap/PageMemory.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698