| Index: third_party/WebKit/Source/wtf/Vector.h
|
| diff --git a/third_party/WebKit/Source/wtf/Vector.h b/third_party/WebKit/Source/wtf/Vector.h
|
| index 6410cd274b0a61d83f0347436d7e832b9ec6956d..61e67fee50eee13c666af67bbcd6e17eb5bdfe7d 100644
|
| --- a/third_party/WebKit/Source/wtf/Vector.h
|
| +++ b/third_party/WebKit/Source/wtf/Vector.h
|
| @@ -801,7 +801,7 @@ class Vector
|
| public ConditionalDestructor<Vector<T, INLINE_CAPACITY, Allocator>,
|
| (INLINE_CAPACITY == 0) &&
|
| Allocator::isGarbageCollected> {
|
| - WTF_USE_ALLOCATOR(Vector, Allocator);
|
| + USE_ALLOCATOR(Vector, Allocator);
|
| using Base = VectorBuffer<T, INLINE_CAPACITY, Allocator>;
|
| using TypeOperations = VectorTypeOperations<T>;
|
| using OffsetRange = typename Base::OffsetRange;
|
|
|