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

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

Issue 2518253002: Move Partition Allocator into Chromium base. (Closed)
Patch Set: Created 4 years, 1 month 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/Persistent.h
diff --git a/third_party/WebKit/Source/platform/heap/Persistent.h b/third_party/WebKit/Source/platform/heap/Persistent.h
index d885e5dec7722f6e944f4fbbe1dd56d0a30133fb..c448b4531fec0b1fbda48ad51b77ed430caa4772 100644
--- a/third_party/WebKit/Source/platform/heap/Persistent.h
+++ b/third_party/WebKit/Source/platform/heap/Persistent.h
@@ -556,7 +556,7 @@ class PersistentHeapCollectionBase : public Collection {
// PartitionAllocator to ensure persistent heap collections are always
// allocated off-heap. This allows persistent collections to be used in
// DEFINE_STATIC_LOCAL et. al.
- WTF_USE_ALLOCATOR(PersistentHeapCollectionBase, WTF::PartitionAllocator);
+ USE_ALLOCATOR(PersistentHeapCollectionBase, base::PartitionAllocator);
IS_PERSISTENT_REFERENCE_TYPE();
public:

Powered by Google App Engine
This is Rietveld 408576698