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 0a2235a0eeb054af291152ea363a058e78dce483..addc29a668df0a1932bd5dc8ee2389b39b43d090 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; |