| 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 f069d933fca4d57674a09a6260c1682f0210eb9c..9d3c82290210b6b06a03b0ef2c93257764c55481 100644 | 
| --- a/third_party/WebKit/Source/wtf/Vector.h | 
| +++ b/third_party/WebKit/Source/wtf/Vector.h | 
| @@ -797,7 +797,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; | 
|  |