| 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 72b97fcd01be40bcd511827674085712d296436d..cde63223f2ccb5ffdb1fd03298e1650a35ddde26 100644
|
| --- a/third_party/WebKit/Source/wtf/HashSet.h
|
| +++ b/third_party/WebKit/Source/wtf/HashSet.h
|
| @@ -37,7 +37,7 @@ template <typename ValueArg,
|
| typename TraitsArg = HashTraits<ValueArg>,
|
| typename Allocator = PartitionAllocator>
|
| class HashSet {
|
| - WTF_USE_ALLOCATOR(HashSet, Allocator);
|
| + USE_ALLOCATOR(HashSet, Allocator);
|
|
|
| private:
|
| typedef HashArg HashFunctions;
|
|
|