Index: third_party/WebKit/Source/wtf/HashMap.h |
diff --git a/third_party/WebKit/Source/wtf/HashMap.h b/third_party/WebKit/Source/wtf/HashMap.h |
index ac75e2762b6ad8db57d76401329b1f502777c3da..8cb46d4d47977c3826b1d783787ea2680b953d47 100644 |
--- a/third_party/WebKit/Source/wtf/HashMap.h |
+++ b/third_party/WebKit/Source/wtf/HashMap.h |
@@ -21,8 +21,8 @@ |
#ifndef WTF_HashMap_h |
#define WTF_HashMap_h |
-#include "wtf/DefaultAllocator.h" |
#include "wtf/HashTable.h" |
+#include "wtf/PartitionAllocator.h" |
namespace WTF { |
@@ -49,7 +49,7 @@ template < |
typename HashArg = typename DefaultHash<KeyArg>::Hash, |
typename KeyTraitsArg = HashTraits<KeyArg>, |
typename MappedTraitsArg = HashTraits<MappedArg>, |
- typename Allocator = DefaultAllocator> |
+ typename Allocator = PartitionAllocator> |
class HashMap { |
WTF_USE_ALLOCATOR(HashMap, Allocator); |
private: |