| Index: third_party/WebKit/Source/wtf/HashCountedSet.h
|
| diff --git a/third_party/WebKit/Source/wtf/HashCountedSet.h b/third_party/WebKit/Source/wtf/HashCountedSet.h
|
| index 11b27772ab9b76876d1a17fa734a280c4c7faddb..97340589291895e517959658d72f8871515c6b55 100644
|
| --- a/third_party/WebKit/Source/wtf/HashCountedSet.h
|
| +++ b/third_party/WebKit/Source/wtf/HashCountedSet.h
|
| @@ -34,7 +34,7 @@ template <
|
| typename Value,
|
| typename HashFunctions = typename DefaultHash<Value>::Hash,
|
| typename Traits = HashTraits<Value>,
|
| - typename Allocator = DefaultAllocator>
|
| + typename Allocator = PartitionAllocator>
|
| class HashCountedSet {
|
| WTF_USE_ALLOCATOR(HashCountedSet, Allocator);
|
| private:
|
|
|