| Index: third_party/WebKit/Source/platform/heap/HeapTerminatedArray.h
|
| diff --git a/third_party/WebKit/Source/platform/heap/HeapTerminatedArray.h b/third_party/WebKit/Source/platform/heap/HeapTerminatedArray.h
|
| index 778af600baa70d00d8531c88a233d6704bfa0a15..ab645f87ed070149f714cf6ac652fe657d274a00 100644
|
| --- a/third_party/WebKit/Source/platform/heap/HeapTerminatedArray.h
|
| +++ b/third_party/WebKit/Source/platform/heap/HeapTerminatedArray.h
|
| @@ -26,8 +26,8 @@ class HeapTerminatedArray : public TerminatedArray<T> {
|
| }
|
|
|
| private:
|
| - // Allocator describes how HeapTerminatedArrayBuilder should create new intances
|
| - // of HeapTerminatedArray and manage their lifetimes.
|
| + // Allocator describes how HeapTerminatedArrayBuilder should create new
|
| + // instances of HeapTerminatedArray and manage their lifetimes.
|
| struct Allocator final {
|
| STATIC_ONLY(Allocator);
|
| using PassPtr = HeapTerminatedArray*;
|
|
|