Index: third_party/WebKit/Source/wtf/HashSet.h |
diff --git a/third_party/WebKit/Source/wtf/HashSet.h b/third_party/WebKit/Source/wtf/HashSet.h |
index 5724968badb7dc24ded56b80aba667029bb14bd7..cf37e1ac6ededb0a33c4a0b14fce5fe2a2e19c67 100644 |
--- a/third_party/WebKit/Source/wtf/HashSet.h |
+++ b/third_party/WebKit/Source/wtf/HashSet.h |
@@ -21,8 +21,8 @@ |
#ifndef WTF_HashSet_h |
#define WTF_HashSet_h |
-#include "wtf/DefaultAllocator.h" |
#include "wtf/HashTable.h" |
+#include "wtf/PartitionAllocator.h" |
namespace WTF { |
@@ -35,7 +35,7 @@ template < |
typename ValueArg, |
typename HashArg = typename DefaultHash<ValueArg>::Hash, |
typename TraitsArg = HashTraits<ValueArg>, |
- typename Allocator = DefaultAllocator> |
+ typename Allocator = PartitionAllocator> |
class HashSet { |
WTF_USE_ALLOCATOR(HashSet, Allocator); |
private: |