| Index: third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| diff --git a/third_party/WebKit/Source/platform/heap/HeapTest.cpp b/third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| index d75c36deb5669fb103b82a34dd69ae696702640a..48d490373e21ade0de6b01e1d2a60ee0a2bd06d7 100644
|
| --- a/third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| +++ b/third_party/WebKit/Source/platform/heap/HeapTest.cpp
|
| @@ -6151,7 +6151,7 @@ TEST(HeapTest, DequePartObjectsExpand)
|
| using PartDeque = HeapDeque<PartObjectWithRef>;
|
|
|
| Persistent<PartDeque> deque = new PartDeque();
|
| - // Auxillary Deque used to prevent 'inline' buffer expansion.
|
| + // Auxiliary Deque used to prevent 'inline' buffer expansion.
|
| Persistent<PartDeque> dequeUnused = new PartDeque();
|
|
|
| // Append a sequence, bringing about repeated expansions of the
|
|
|