| Index: third_party/WebKit/Source/wtf/LinkedHashSet.h
|
| diff --git a/third_party/WebKit/Source/wtf/LinkedHashSet.h b/third_party/WebKit/Source/wtf/LinkedHashSet.h
|
| index 019ef73182e1b3e544afb52651a7fecac7d20ffb..1fadd930105d1b4c96c2e48828d77d67dcd057a2 100644
|
| --- a/third_party/WebKit/Source/wtf/LinkedHashSet.h
|
| +++ b/third_party/WebKit/Source/wtf/LinkedHashSet.h
|
| @@ -157,7 +157,7 @@ template <typename ValueArg,
|
| typename TraitsArg = HashTraits<ValueArg>,
|
| typename Allocator = PartitionAllocator>
|
| class LinkedHashSet {
|
| - WTF_USE_ALLOCATOR(LinkedHashSet, Allocator);
|
| + USE_ALLOCATOR(LinkedHashSet, Allocator);
|
|
|
| private:
|
| typedef ValueArg Value;
|
|
|